Skip to content

Commit aa1e44c

Browse files
authored
Merge pull request mosip#1646 from kaledOu/release-1.3.x-fix-helm
update request cpu & memory
2 parents 2087306 + c668eb6 commit aa1e44c

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

helm/ida-auth/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ resources:
116116
cpu: 2000m
117117
memory: 5000Mi
118118
requests:
119-
cpu: 100m
120-
memory: 1000Mi
119+
cpu: 1000m
120+
memory: 3000Mi
121121
additionalResources:
122122
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
123123
## Example: java_opts: "-Xms500M -Xmx500M"
124-
javaOpts: "-Xms3200M -Xmx3200M"
124+
javaOpts: "-Xms2250M -Xmx3750M"
125125

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

helm/ida-internal/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ resources:
116116
cpu: 500m
117117
memory: 6000Mi
118118
requests:
119-
cpu: 100m
120-
memory: 1500Mi
119+
cpu: 250m
120+
memory: 3600Mi
121121
additionalResources:
122122
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
123123
## Example: java_opts: "-Xms500M -Xmx500M"
124-
javaOpts: "-Xms4800M -Xmx4800M"
124+
javaOpts: "-Xms2700M -Xmx4000M"
125125

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

helm/ida-otp/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ resources:
116116
cpu: 1500m
117117
memory: 4000Mi
118118
requests:
119-
cpu: 100m
120-
memory: 1000Mi
119+
cpu: 750m
120+
memory: 2400Mi
121121
additionalResources:
122122
## Specify any JAVA_OPTS string here. These typically will be specified in conjunction with above resources
123123
## Example: java_opts: "-Xms500M -Xmx500M"
124-
javaOpts: "-Xms3250M -Xmx3250M"
124+
javaOpts: "-Xms1800M -Xmx3000M"
125125

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

0 commit comments

Comments
 (0)