We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am hosting on a cluster with no LoadBalancer capabilities. I am trying to install using NodePort. Version 0.10.0
when I run a curl onto this port, curl http://myIP:30370, it responds back with connection refused. All the pods are running, nothing is in failure
curl http://myIP:30370
See values.yaml
hostname: myIP:30370 proxy: serviceType: "NodePort" ports: http: expose: true nodePort: 30370
Originally posted by @yusufali94 in gitpod-io/gitpod#6675
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
I am hosting on a cluster with no LoadBalancer capabilities. I am trying to install using NodePort. Version 0.10.0
when I run a curl onto this port,
curl http://myIP:30370
, it responds back with connection refused. All the pods are running, nothing is in failureSee values.yaml
Originally posted by @yusufali94 in gitpod-io/gitpod#6675
The text was updated successfully, but these errors were encountered: