Skip to content

Commit

Permalink
Merge pull request #56 from lalithkota/main
Browse files Browse the repository at this point in the history
Helm Chart esignet: fixed kafka resources. Keymanager: fixed hsm heal…
  • Loading branch information
pjoshi751 authored Jul 3, 2024
2 parents ad5d7fd + aa4be5d commit 05adf4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/esignet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ kafka:
controller:
heapOpts: ""
replicaCount: 1
resources: {}
resourcesPreset: "none"
broker:
heapOpts: ""
persistence:
Expand Down
3 changes: 3 additions & 0 deletions charts/keymanager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,9 @@ envVars:
mosip_kernel_tokenid_partnercode_salt: ''
mosip_admin_client_secret: ''

# Set true to tell Keymanager to wait for HSM
mosip_kernel_keymgr_hsm_health_check_enabled: false

envVarsFrom:
artifactory_url_env:
configMapKeyRef:
Expand Down

0 comments on commit 05adf4a

Please sign in to comment.