Skip to content

Commit 6813555

Browse files
authored
修改环境变量 (#434)
1 parent e8e781b commit 6813555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/helm/label-studio/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
- name: POSTGRE_PASSWORD
3939
value: {{ .Values.env.POSTGRE_PASSWORD | quote }}
4040
- name: POSTGRE_PORT
41-
value: 5432
41+
value: "5432"
4242
- name: POSTGRE_HOST
4343
value: {{ if .Values.pgbouncer.enabled }}{{ printf "%s-pgbouncer" (include "label-studio.fullname" .) | quote }}{{ else }}{{ .Values.env.POSTGRE_HOST | quote }}{{ end }}
4444
- name: LABEL_STUDIO_HOST

0 commit comments

Comments
 (0)