Skip to content
Merged
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
6 changes: 3 additions & 3 deletions helm/prereg-booking/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,13 +129,13 @@ resources:
cpu: 500m
memory: 2500Mi
requests:
cpu: 200m
memory: 1000Mi
cpu: 250m
memory: 1500Mi

additionalResources:
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
## Example: java_opts: "-Xms500M -Xmx500M"
javaOpts: "-Xms2000M -Xmx2000M"
javaOpts: "-Xms1125M -Xmx1875M"

## 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
Expand Down
Loading