Skip to content

Commit

Permalink
webui: add support for nodeport services
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Mar 14, 2024
1 parent b74b045 commit cd38911
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/rucio-webui/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ spec:
selector:
app: {{ template "rucio.name" . }}
release: {{ .Release.Name }}
{{- if .Values.service.nodePort }}
nodePort: {{ .Values.service.nodePort }}
{{- end }}
{{- if .Values.service.loadBalancerIP }}
loadBalancerIP: {{ .Values.service.loadBalancerIP }}
{{- end }}
Expand Down

0 comments on commit cd38911

Please sign in to comment.