diff --git a/helm/admin-hotlist/values.yaml b/helm/admin-hotlist/values.yaml index a81c275920..d2afb51eb4 100644 --- a/helm/admin-hotlist/values.yaml +++ b/helm/admin-hotlist/values.yaml @@ -121,7 +121,6 @@ additionalResources: ## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources ## Example: java_opts: "-Xms500M -Xmx500M" javaOpts: "-Xms720M -Xmx1200M" - ## 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 containerSecurityContext: @@ -198,10 +197,8 @@ lifecycleHooks: - sh - -c - sleep 30 - ## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down terminationGracePeriodSeconds: 60 - ## Custom Liveness probes for ## customLivenessProbe: {} diff --git a/helm/admin-service/values.yaml b/helm/admin-service/values.yaml index bf39fa6d46..90f04595ab 100644 --- a/helm/admin-service/values.yaml +++ b/helm/admin-service/values.yaml @@ -197,7 +197,6 @@ lifecycleHooks: - sh - -c - sleep 30 - ## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down terminationGracePeriodSeconds: 60 ## Custom Liveness probes for diff --git a/helm/masterdata/values.yaml b/helm/masterdata/values.yaml index 70e50578da..8cc375159c 100644 --- a/helm/masterdata/values.yaml +++ b/helm/masterdata/values.yaml @@ -198,7 +198,6 @@ lifecycleHooks: - sh - -c - sleep 30 - ## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down terminationGracePeriodSeconds: 60 ## Custom Liveness probes for diff --git a/helm/syncdata/values.yaml b/helm/syncdata/values.yaml index 5fc12cfbc2..38ee2ae870 100644 --- a/helm/syncdata/values.yaml +++ b/helm/syncdata/values.yaml @@ -198,7 +198,6 @@ lifecycleHooks: - sh - -c - sleep 30 - ## Termination grace perios : the maximum amount of time (in seconds) Kubernetes will wait for a container to gracefully shut down terminationGracePeriodSeconds: 60 ## Custom Liveness probes for