From 5df74249ebee3edb62b25d4682af01d693062c2d Mon Sep 17 00:00:00 2001 From: maany Date: Fri, 5 Apr 2024 16:15:26 +0200 Subject: [PATCH 1/2] webui: fix service spec ( nodePort should be under ports, not selectors --- charts/rucio-webui/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 6a0030aa9e65e70a4e70a4e0c62a8c9db0b488b4 Mon Sep 17 00:00:00 2001 From: maany Date: Thu, 16 May 2024 12:57:40 +0200 Subject: [PATCH 2/2] ui: set RUCIO_DEFINE_ALIASES to true --- charts/rucio-ui/Chart.yaml | 2 +- charts/rucio-ui/templates/deployment.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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