diff --git a/starters/touchin-server/templates/deployment.yaml b/starters/touchin-server/templates/deployment.yaml index e708572..610a8cc 100644 --- a/starters/touchin-server/templates/deployment.yaml +++ b/starters/touchin-server/templates/deployment.yaml @@ -72,7 +72,7 @@ spec: name: "{{- if .Values.db.secret }}{{ .Values.db.secret }}{{- else }}postgres12-{{ .Release.Namespace }}{{- end }}" key: postgresql-password - name: spring_datasource_url - value: "jdbc:postgresql://{{- if .Values.db.host }}{{ .Values.db.host }}{{- else }}postgres12-{{ .Release.Namespace }}{{- end }}:5432/{{ $dbName }} + value: "jdbc:postgresql://{{- if .Values.db.host }}{{ .Values.db.host }}{{- else }}postgres12-{{ .Release.Namespace }}{{- end }}:5432/{{ $dbName }}" - name: spring_datasource_username value: "{{- if .Values.db.user }}{{ .Values.db.user }}{{- else }}postgres{{- end }}" - name: "management_metrics_export_elastic_enabled"