Skip to content

Commit b36531f

Browse files
committed
Fix config
1 parent 923eae7 commit b36531f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/helm/templates/chatbot/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ metadata:
77
{{- toYaml .Values.chatbot.config.labels | nindent 4 }}
88
data:
99
SERVER_PORT: {{ .Values.chatbot.port | quote }}
10+
IDENTITY_SERVICE: {{ .Values.identity.service.name }}:{{ .Values.identity.port }}
11+
WEB_SERVICE: {{ .Values.web.service.name }}:{{ .Values.web.port }}
1012
TLS_ENABLED: {{ .Values.tlsEnabled | quote }}
1113
DB_HOST: {{ .Values.postgresdb.service.name }}
12-
DB_DRIVER: {{ .Values.workshop.config.postgresDbDriver }}
1314
DB_USER: {{ .Values.postgresdb.config.postgresUser }}
1415
DB_PASSWORD: {{ .Values.postgresdb.config.postgresPassword }}
1516
DB_NAME: {{ .Values.postgresdb.config.postgresDbName }}
1617
DB_PORT: {{ .Values.postgresdb.port | quote }}
1718
MONGO_DB_HOST: {{ .Values.mongodb.service.name }}
18-
MONGO_DB_DRIVER: {{ .Values.workshop.config.mongoDbDriver }}
1919
MONGO_DB_PORT: {{ .Values.mongodb.port | quote }}
2020
MONGO_DB_USER: {{ .Values.mongodb.config.mongoUser }}
2121
MONGO_DB_PASSWORD: {{ .Values.mongodb.config.mongoPassword }}

0 commit comments

Comments
 (0)