diff --git a/deploy/esignet/install.sh b/deploy/esignet/install.sh index 4995cae5e..4c00c1c1a 100755 --- a/deploy/esignet/install.sh +++ b/deploy/esignet/install.sh @@ -98,9 +98,9 @@ function installing_esignet() { fi done - echo Installing esignet - helm -n $NS install esignet mosip/esignet --version $CHART_VERSION $ENABLE_INSECURE $plugin_option --set metrics.serviceMonitor.enabled=$servicemonitorflag -f values.yaml --wait + helm -n $NS install esignet mosip/esignet --version $CHART_VERSION $ENABLE_INSECURE $plugin_option \ + --set metrics.serviceMonitor.enabled=$servicemonitorflag -f values.yaml --wait kubectl -n $NS get deploy -o name | xargs -n1 -t kubectl -n $NS rollout status diff --git a/helm/esignet/templates/deployment.yaml b/helm/esignet/templates/deployment.yaml index 6abaa3cd8..90a30eb53 100644 --- a/helm/esignet/templates/deployment.yaml +++ b/helm/esignet/templates/deployment.yaml @@ -95,6 +95,8 @@ spec: - name: container_user value: {{ .Values.containerSecurityContext.runAsUser }} {{- if .Values.additionalResources.javaOpts }} + - name: SPRING_KAFKA_CONSUMER_GROUP_ID + value: esignet-consumer-{{ .Release.Namespace }} # Using the namespace dynamically - name: JDK_JAVA_OPTIONS value: {{ .Values.additionalResources.javaOpts }} {{- end }} diff --git a/helm/esignet/values.yaml b/helm/esignet/values.yaml index fc1be0ef5..0e3b1d7f1 100644 --- a/helm/esignet/values.yaml +++ b/helm/esignet/values.yaml @@ -240,6 +240,7 @@ updateStrategy: ## - name: FOO ## value: "bar" ## + extraEnvVars: | - name: KEYCLOAK_EXTERNAL_URL valueFrom: