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 b03821e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/rucio-ui/Chart.yaml
@@ -1,5 +1,5 @@
name: rucio-ui
version: 34.0.2
version: 34.0.3
apiVersion: v1
description: A Helm chart to deploy webui servers for Rucio
keywords:
Expand Down
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 b03821e

Please sign in to comment.