diff --git a/charts/rucio-ui/Chart.yaml b/charts/rucio-ui/Chart.yaml index c9232ef1..a1e10930 100644 --- a/charts/rucio-ui/Chart.yaml +++ b/charts/rucio-ui/Chart.yaml @@ -1,5 +1,5 @@ name: rucio-ui -version: 34.0.3 +version: 34.0.4 apiVersion: v1 description: A Helm chart to deploy webui servers for Rucio keywords: diff --git a/charts/rucio-ui/templates/deployment.yaml b/charts/rucio-ui/templates/deployment.yaml index ae11c326..6328d0b9 100644 --- a/charts/rucio-ui/templates/deployment.yaml +++ b/charts/rucio-ui/templates/deployment.yaml @@ -156,6 +156,8 @@ spec: - name: RUCIO_AUTH_PROXY_SCHEME value: {{ .Values.proxy.rucioAuthProxyScheme }} {{- end }} + - name: RUCIO_DEFINE_ALIASES + value: "True" - name: RUCIO_HOSTNAME value: {{ .Values.httpd_config.rucio_hostname }} - name: RUCIO_OVERRIDE_CONFIGS diff --git a/charts/rucio-webui/templates/service.yaml b/charts/rucio-webui/templates/service.yaml index b789014f..39013557 100644 --- a/charts/rucio-webui/templates/service.yaml +++ b/charts/rucio-webui/templates/service.yaml @@ -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 }} \ No newline at end of file