File tree Expand file tree Collapse file tree
deploy/helm/templates/web Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ metadata:
66 release : {{ .Release.Name }}
77 {{- toYaml .Values.web.config.labels | nindent 4 }}
88data :
9- COMMUNITY_SERVICE : {{ .Values.community.service.name }}:{{ .Values.community.port }}
10- IDENTITY_SERVICE : {{ .Values.identity.service.name }}:{{ .Values.identity.port }}
11- WORKSHOP_SERVICE : {{ .Values.workshop.service.name }}:{{ .Values.workshop.port }}
12- CHATBOT_SERVICE : {{ .Values.chatbot.service.name }}:{{ .Values.chatbot.port }}
13- MAILHOG_WEB_SERVICE : {{ .Values.mailhog.webService.name }}:{{ .Values.mailhog.webPort }}
9+ COMMUNITY_SERVICE : {{ printf "%s:%s" .Values.community.service.name .Values.community.port | quote }}
10+ IDENTITY_SERVICE : {{ printf "%s:%s" .Values.identity.service.name .Values.identity.port | quote }}
11+ WORKSHOP_SERVICE : {{ printf "%s:%s" .Values.workshop.service.name .Values.workshop.port | quote }}
12+ CHATBOT_SERVICE : {{ printf "%s:%s" .Values.chatbot.service.name .Values.chatbot.port | quote }}
13+ MAILHOG_WEB_SERVICE : {{ printf "%s:%s" .Values.mailhog.webService.name .Values.mailhog.webPort | quote }}
1414 TLS_ENABLED : {{ .Values.tlsEnabled | quote }}
You can’t perform that action at this time.
0 commit comments