You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!The text was updated successfully, but these errors were encountered: