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
Most objects in the Helm chart have unique names (which allow to create multiple releases on the same cluster), but the services have not.
kubectl get service NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE database ClusterIP 10.2.42.227 <none> 27017/TCP 29m kubernetes ClusterIP 10.2.0.1 <none> 443/TCP 1h queue ClusterIP 10.2.34.251 <none> 6379/TCP 29m vote ClusterIP 10.2.53.200 <none> 3000/TCP 29m
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Most objects in the Helm chart have unique names (which allow to create multiple releases on the same cluster), but the services have not.
The text was updated successfully, but these errors were encountered: