Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions helm/admin-hotlist/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: {}
Expand Down
1 change: 0 additions & 1 deletion helm/admin-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion helm/masterdata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion helm/syncdata/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading