helm-classic icon indicating copy to clipboard operation
helm-classic copied to clipboard

Enable setting services with NodePorts

Open Fizzadar opened this issue 8 years ago • 2 comments

Currently NodePort has to be defined within the service manifest (as normal Kube config). However it might be useful to provide a --nodeport CLI argument during install that simply adds type: NodePort to any services created (the argument could optionally take the port number).

This would avoid forcing the creation of the extra iptables rules for every service, but also enable people to provide external access to services installed with Helm.

Fizzadar avatar Jan 05 '16 14:01 Fizzadar

+1

sputnick avatar Mar 28 '16 22:03 sputnick

Is there a workaround for this? Or how do we use nodeports with helm? Specifically looking at redis... seems no built in way to do a nodeport. Do I need my own service I define outside of helm?

listingmirror avatar Jul 05 '17 14:07 listingmirror