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 }}
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: