Enable setting services with NodePorts
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.
+1
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?