Skip to content

Commit

Permalink
ui: fix NodePort service spec
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Mar 21, 2024
1 parent 9a43336 commit e861bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/rucio-ui/templates/service.yaml
Expand Up @@ -19,12 +19,12 @@ spec:
targetPort: {{ .Values.service.targetPort }}
protocol: {{ .Values.service.protocol }}
name: {{ .Values.service.name }}
{{- if .Values.service.nodePort }}
nodePort: {{ .Values.service.nodePort }}
{{- end }}
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 e861bb6

Please sign in to comment.