Skip to content

Commit

Permalink
ui: fix lb node port allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Mar 21, 2024
1 parent b2a2561 commit 1d25206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rucio-ui/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
{{- if .Values.service.externalTrafficPolicy }}
externalTrafficPolicy: {{ .Values.service.externalTrafficPolicy }}
{{- end }}
{{- if not .Values.service.allocateLoadBalancerNodePorts }}
{{- if .Values.service.allocateLoadBalancerNodePorts }}
allocateLoadBalancerNodePorts: {{ .Values.service.allocateLoadBalancerNodePorts }}
{{- end }}
{{- end }}

0 comments on commit 1d25206

Please sign in to comment.