Skip to content

Commit 6851cc0

Browse files
Wredestefanhellander
authored andcommitted
add FRONTEND_DOMAIN
1 parent 44ffaf4 commit 6851cc0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scaleout/stackn/templates/studio-deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,10 @@ spec:
345345
- name: HARBOR_PATH
346346
value: {{ .Values.studio.project.path }}
347347
{{ end }}
348+
{{ if .Values.frontend.ingress.enabled }}
349+
- name: FRONTEND_DOMAIN
350+
value: {{ (index .Values.frontend.ingress.hosts 0) }}
351+
{{ end }}
348352
image: '{{ .Values.studio.image.repository | default (printf "harbor.scaleoutsystems.com/studio/studio:%s" .Chart.AppVersion) }}'
349353
imagePullPolicy: {{ .Values.studio.image.pullPolicy }}
350354
name: {{ .Release.Name }}-studio

0 commit comments

Comments
 (0)