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 diff --git a/licenses /Apache-2.0.txt b/licenses/Apache-2.0.txt similarity index 100% rename from licenses /Apache-2.0.txt rename to licenses/Apache-2.0.txt diff --git a/licenses /BSD-2.0.txt b/licenses/BSD-2.0.txt similarity index 100% rename from licenses /BSD-2.0.txt rename to licenses/BSD-2.0.txt diff --git a/licenses /BSD-3-Clause.txt b/licenses/BSD-3-Clause.txt similarity index 100% rename from licenses /BSD-3-Clause.txt rename to licenses/BSD-3-Clause.txt diff --git "a/licenses /EPL-1.0.txt\342\200\216" "b/licenses/EPL-1.0.txt\342\200\216" similarity index 100% rename from "licenses /EPL-1.0.txt\342\200\216" rename to "licenses/EPL-1.0.txt\342\200\216" diff --git "a/licenses /EPL-2.0.txt\342\200\216" "b/licenses/EPL-2.0.txt\342\200\216" similarity index 100% rename from "licenses /EPL-2.0.txt\342\200\216" rename to "licenses/EPL-2.0.txt\342\200\216" diff --git a/licenses /LGPL-2.1.txt b/licenses/LGPL-2.1.txt similarity index 100% rename from licenses /LGPL-2.1.txt rename to licenses/LGPL-2.1.txt diff --git a/licenses /LGPL-3.0-only.txt b/licenses/LGPL-3.0-only.txt similarity index 100% rename from licenses /LGPL-3.0-only.txt rename to licenses/LGPL-3.0-only.txt diff --git "a/licenses /MIT.txt\342\200\216" "b/licenses/MIT.txt\342\200\216" similarity index 100% rename from "licenses /MIT.txt\342\200\216" rename to "licenses/MIT.txt\342\200\216" diff --git a/licenses /MPL-2.0.txt b/licenses/MPL-2.0.txt similarity index 100% rename from licenses /MPL-2.0.txt rename to licenses/MPL-2.0.txt