Skip to content

Commit

Permalink
remove SERVER_PREFIX option
Browse files Browse the repository at this point in the history
  • Loading branch information
cramakri committed Aug 19, 2022
1 parent a34217f commit 4f60081
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions helm-chart/renku-ui/templates/ui-server-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f60081

Please sign in to comment.