Skip to content

Commit 425ceba

Browse files
This fixes the communication of the Web UI componennt with Marquez API service in the Helm Chart (#2430)
Signed-off-by: DELRUE Thomas <thomas.delrue@hexagon.com> Co-authored-by: Willy Lulciuc <willy@datakin.com>
1 parent 79a9c4f commit 425ceba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chart/templates/web/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
- name: MARQUEZ_HOST
4242
value: {{ include "common.names.fullname" . }}
4343
- name: MARQUEZ_PORT
44-
value: {{ .Values.marquez.port | quote }}
44+
value: {{ .Values.service.port | quote }}
4545
{{- if .Values.web.resources }}
4646
resources: {{- toYaml .Values.web.resources | nindent 12 }}
4747
{{- end }}

0 commit comments

Comments
 (0)