File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
deploy/helm/templates/chatbot Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ metadata:
77 {{- toYaml .Values.chatbot.config.labels | nindent 4 }}
88data :
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 }}
You can’t perform that action at this time.
0 commit comments