Currently this line is hard-coded to type: LoadBalancer.
|
type: LoadBalancer # If deploying to production, Service type LoadBalancer is not recommended. Choose either ClusterIP or NodePort (not internet facing) |
It would be great to pass ClusterIP, thanks!
Currently this line is hard-coded to
type: LoadBalancer.helm/templates/service.yaml
Line 10 in 074c16b
It would be great to pass
ClusterIP, thanks!