diff --git a/helm/keymanager/values.yaml b/helm/keymanager/values.yaml index a94276ac..bc348b07 100644 --- a/helm/keymanager/values.yaml +++ b/helm/keymanager/values.yaml @@ -129,13 +129,13 @@ resources: cpu: 2000m memory: 6000Mi requests: - cpu: 500m - memory: 3000Mi + cpu: 1000m + memory: 3600Mi additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" - javaOpts: "-Xms4250M -Xmx4250M" + javaOpts: "-Xms2700M -Xmx4000M" ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container ## Clamav container already runs as 'mosip' user, so we may not need to enable this