Skip to content
New issue

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

Non unique Helm chart service names #15

Open
ndegory opened this issue Mar 9, 2018 · 0 comments
Open

Non unique Helm chart service names #15

ndegory opened this issue Mar 9, 2018 · 0 comments

Comments

@ndegory
Copy link
Contributor

ndegory commented Mar 9, 2018

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant