From 6771394b5b2d335857c79914cf25c584cafd3667 Mon Sep 17 00:00:00 2001 From: Kilian Haag Date: Tue, 14 Nov 2023 15:36:35 +0100 Subject: [PATCH] fix(helm): Replace deprecated WEB_HTTP_IDS_* --- .../templates/deployment-runtime.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/tractusx-connector-memory/templates/deployment-runtime.yaml b/charts/tractusx-connector-memory/templates/deployment-runtime.yaml index 4df159470..abb51e2bd 100644 --- a/charts/tractusx-connector-memory/templates/deployment-runtime.yaml +++ b/charts/tractusx-connector-memory/templates/deployment-runtime.yaml @@ -196,9 +196,9 @@ spec: value: {{ .Values.runtime.endpoints.control.port | quote }} - name: "WEB_HTTP_CONTROL_PATH" value: {{ .Values.runtime.endpoints.control.path | quote }} - - name: "WEB_HTTP_IDS_PORT" + - name: "WEB_HTTP_PROTOCOL_PORT" value: {{ .Values.runtime.endpoints.protocol.port | quote }} - - name: "WEB_HTTP_IDS_PATH" + - name: "WEB_HTTP_PROTOCOL_PATH" value: {{ .Values.runtime.endpoints.protocol.path | quote }} - name: "WEB_HTTP_PUBLIC_PORT" value: {{ .Values.runtime.endpoints.public.port | quote }}