We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 310bf1e + d521866 commit 89f3785Copy full SHA for 89f3785
1 file changed
helm/prereg-booking/values.yaml
@@ -129,13 +129,13 @@ resources:
129
cpu: 500m
130
memory: 2500Mi
131
requests:
132
- cpu: 200m
133
- memory: 1000Mi
+ cpu: 250m
+ memory: 1500Mi
134
135
additionalResources:
136
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
137
## Example: java_opts: "-Xms500M -Xmx500M"
138
- javaOpts: "-Xms2000M -Xmx2000M"
+ javaOpts: "-Xms1125M -Xmx1875M"
139
140
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
141
## Clamav container already runs as 'mosip' user, so we may not need to enable this
0 commit comments