Skip to content

Commit d9662ed

Browse files
ChenRussellbegoniezhao
authored andcommitted
fix: change helm frontend APP_HOST env default value to app
1 parent 12baa88 commit d9662ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/templates/frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
{{- end }}
4444
env:
4545
- name: APP_HOST
46-
value: {{ .Values.frontend.appHost | default (printf "%s-app" (include "weknora.fullname" .)) | quote }}
46+
value: {{ .Values.frontend.appHost | default "app" | quote }}
4747
- name: APP_PORT
4848
value: {{ .Values.frontend.appPort | default .Values.app.service.port | quote }}
4949
ports:

0 commit comments

Comments
 (0)