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
Could you please add loadBalancerIP option to helm chart k8s/charts/portainer/templates/service.yaml it already supports .service.type to be LoadBalancer but would be nice to be able also to set the desired IP directly.
Something like this maybe:
{{- if and .Values.service.loadBalancerIP (eq .Values.service.type "LoadBalancer") }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{- end }}
The text was updated successfully, but these errors were encountered:
Hello,
Could you please add loadBalancerIP option to helm chart
k8s/charts/portainer/templates/service.yaml
it already supports .service.type to be LoadBalancer but would be nice to be able also to set the desired IP directly.Something like this maybe:
The text was updated successfully, but these errors were encountered: