chart: allow setting allocateLoadBalancerNodePorts (#10585)

Signed-off-by: Philipp Born <git@pborn.eu>
This commit is contained in:
Philipp B 2023-11-02 22:45:46 +01:00 committed by GitHub
parent dc659b252d
commit d6a0f46c32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View file

@ -16,6 +16,9 @@ metadata:
namespace: {{ include "ingress-nginx.namespace" . }}
spec:
type: {{ .Values.controller.service.type }}
{{- if hasKey .Values.controller.service "allocateLoadBalancerNodePorts" }}
allocateLoadBalancerNodePorts: {{ .Values.controller.service.allocateLoadBalancerNodePorts }}
{{- end }}
{{- if .Values.controller.service.clusterIP }}
clusterIP: {{ .Values.controller.service.clusterIP }}
{{- end }}