From 4f6008175062c156b7ae2b37e9fb3f20283339fa Mon Sep 17 00:00:00 2001 From: Chandrasekhar Ramakrishnan Date: Fri, 19 Aug 2022 11:38:11 +0200 Subject: [PATCH] remove SERVER_PREFIX option --- helm-chart/renku-ui/templates/ui-server-deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/helm-chart/renku-ui/templates/ui-server-deployment.yaml b/helm-chart/renku-ui/templates/ui-server-deployment.yaml index 07c68a1d97..392f9b912a 100644 --- a/helm-chart/renku-ui/templates/ui-server-deployment.yaml +++ b/helm-chart/renku-ui/templates/ui-server-deployment.yaml @@ -45,8 +45,6 @@ spec: value: {{ .Chart.Version | quote }} - name: SERVER_PORT value: {{ .Values.server.port | default (printf "8080") | quote }} - - name: SERVER_PREFIX - value: "/ui-server" - name: GATEWAY_URL value: {{ .Values.gateway.url | default (printf "%s://%s/api" (include "ui.protocol" .) .Values.global.renku.domain) | quote }} - name: GATEWAY_LOGIN_PATH