From 39879f40cc1789a907b4a4cc4faaab9f3168a1c3 Mon Sep 17 00:00:00 2001 From: VSIVAKALYAN <103260988+VSIVAKALYAN@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:37:39 +0530 Subject: [PATCH 1/2] [MOSIP-37815] Passing the Unique Config with NS Signed-off-by: VSIVAKALYAN <103260988+VSIVAKALYAN@users.noreply.github.com> --- helm/signup-service/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/signup-service/templates/deployment.yaml b/helm/signup-service/templates/deployment.yaml index 83f73a63..b4e1eecd 100644 --- a/helm/signup-service/templates/deployment.yaml +++ b/helm/signup-service/templates/deployment.yaml @@ -92,6 +92,8 @@ spec: env: - name: container_user value: {{ .Values.containerSecurityContext.runAsUser }} + - name: KAFKA_CONSUMER_GROUP_ID + value: mock-signup-idv-kafka-{{ .Release.Namespace }} # Using the namespace dynamicallyb - name: JDK_JAVA_OPTIONS value: {{ .Values.additionalResources.javaOpts }} {{- if .Values.pluginUrlEnv }} From a50ea691c14903c20b587dce68dc072c558a1367 Mon Sep 17 00:00:00 2001 From: VSIVAKALYAN <103260988+VSIVAKALYAN@users.noreply.github.com> Date: Fri, 29 Nov 2024 13:38:53 +0530 Subject: [PATCH 2/2] [MOSIP-37815] Signed-off-by: VSIVAKALYAN <103260988+VSIVAKALYAN@users.noreply.github.com> --- helm/signup-service/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/signup-service/templates/deployment.yaml b/helm/signup-service/templates/deployment.yaml index b4e1eecd..606c589a 100644 --- a/helm/signup-service/templates/deployment.yaml +++ b/helm/signup-service/templates/deployment.yaml @@ -93,7 +93,7 @@ spec: - name: container_user value: {{ .Values.containerSecurityContext.runAsUser }} - name: KAFKA_CONSUMER_GROUP_ID - value: mock-signup-idv-kafka-{{ .Release.Namespace }} # Using the namespace dynamicallyb + value: mock-signup-idv-kafka-{{ .Release.Namespace }} # Using the namespace dynamically - name: JDK_JAVA_OPTIONS value: {{ .Values.additionalResources.javaOpts }} {{- if .Values.pluginUrlEnv }}