Skip to content

Commit 89f3785

Browse files
authored
Merge pull request #1081 from kaledOu/release-1.3.x-helm
[MOSIP-43870] fix cpu & memory
2 parents 310bf1e + d521866 commit 89f3785

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

helm/prereg-booking/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ resources:
129129
cpu: 500m
130130
memory: 2500Mi
131131
requests:
132-
cpu: 200m
133-
memory: 1000Mi
132+
cpu: 250m
133+
memory: 1500Mi
134134

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

140140
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container
141141
## Clamav container already runs as 'mosip' user, so we may not need to enable this

0 commit comments

Comments
 (0)