Skip to content

Commit

Permalink
[MOSIP-37815] Added Unique Config as User input (#1017)
Browse files Browse the repository at this point in the history
* [MOSIP-37815] Added Unique Config as Userinput

Signed-off-by: VSIVAKALYAN <[email protected]>

* [MOSIP-37815] Fixed Chart lint Failure

Signed-off-by: VSIVAKALYAN <[email protected]>

* [MOSIP-37815] Updated as per requirement

Signed-off-by: VSIVAKALYAN <[email protected]>

* [MOSIP-37815] Updated values.yaml

Signed-off-by: VSIVAKALYAN <[email protected]>

* [MOSIP-37815] Tested Working as expected

Signed-off-by: VSIVAKALYAN <[email protected]>

* [MOSIP-37815]

Signed-off-by: VSIVAKALYAN <[email protected]>

---------

Signed-off-by: VSIVAKALYAN <[email protected]>
  • Loading branch information
VSIVAKALYAN committed Nov 29, 2024
1 parent a71d5ef commit 32df861
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/esignet/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,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

Expand Down
2 changes: 2 additions & 0 deletions helm/esignet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
1 change: 1 addition & 0 deletions helm/esignet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ updateStrategy:
## - name: FOO
## value: "bar"
##

extraEnvVars: |
- name: KEYCLOAK_EXTERNAL_URL
valueFrom:
Expand Down

0 comments on commit 32df861

Please sign in to comment.