From fb962f72ddf9d0fe85382f329266f601f678f53d Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Tue, 10 Oct 2023 11:15:34 +0530 Subject: [PATCH] changing components resource request and resource limits --- helm-charts/values.yaml | 84 ++++++++++++++++++++--------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/helm-charts/values.yaml b/helm-charts/values.yaml index ec2699396..8fbd8025d 100644 --- a/helm-charts/values.yaml +++ b/helm-charts/values.yaml @@ -61,11 +61,11 @@ wso2: deployment: resources: requests: - memory: "128Mi" - cpu: "100m" + memory: "256Mi" + cpu: "50m" limits: - memory: "1028Mi" - cpu: "1000m" + memory: "512Mi" + cpu: "200m" readinessProbe: initialDelaySeconds: 20 periodSeconds: 20 @@ -82,11 +82,11 @@ wso2: deployment: resources: requests: - memory: "128Mi" - cpu: "100m" + memory: "256Mi" + cpu: "50m" limits: - memory: "1028Mi" - cpu: "1000m" + memory: "512Mi" + cpu: "200m" readinessProbe: initialDelaySeconds: 20 periodSeconds: 20 @@ -103,11 +103,11 @@ wso2: deployment: resources: requests: - memory: "128Mi" - cpu: "100m" + memory: "256Mi" + cpu: "50m" limits: - memory: "1028Mi" - cpu: "1000m" + memory: "512Mi" + cpu: "200m" readinessProbe: initialDelaySeconds: 20 periodSeconds: 20 @@ -124,11 +124,11 @@ wso2: deployment: resources: requests: - memory: "128Mi" - cpu: "100m" + memory: "64Mi" + cpu: "50m" limits: - memory: "1028Mi" - cpu: "1000m" + memory: "256Mi" + cpu: "200m" strategy: Recreate replicas: 1 imagePullPolicy: Always @@ -169,11 +169,11 @@ wso2: deployment: resources: requests: - memory: "128Mi" - cpu: "100m" + memory: "512Mi" + cpu: "200m" limits: - memory: "1028Mi" - cpu: "1000m" + memory: "1024Mi" + cpu: "500m" readinessProbe: initialDelaySeconds: 20 periodSeconds: 20 @@ -195,11 +195,11 @@ wso2: deployment: resources: requests: + memory: "64Mi" + cpu: "50m" + limits: memory: "128Mi" cpu: "100m" - limits: - memory: "1028Mi" - cpu: "1000m" readinessProbe: initialDelaySeconds: 20 periodSeconds: 20 @@ -228,11 +228,11 @@ wso2: deployment: resources: requests: + memory: "64Mi" + cpu: "50m" + limits: memory: "128Mi" cpu: "100m" - limits: - memory: "1028Mi" - cpu: "1000m" readinessProbe: initialDelaySeconds: 20 periodSeconds: 20 @@ -255,11 +255,11 @@ wso2: deployment: resources: requests: + memory: "64Mi" + cpu: "50m" + limits: memory: "128Mi" cpu: "100m" - limits: - memory: "1028Mi" - cpu: "1000m" readinessProbe: initialDelaySeconds: 20 periodSeconds: 20 @@ -287,10 +287,10 @@ wso2: resources: requests: memory: "128Mi" - cpu: "100m" + cpu: "200m" limits: - memory: "1028Mi" - cpu: "1000m" + memory: "256Mi" + cpu: "500m" readinessProbe: initialDelaySeconds: 20 periodSeconds: 20 @@ -317,8 +317,8 @@ wso2: enforcer: resources: requests: - memory: "128Mi" - cpu: "100m" + memory: "512Mi" + cpu: "500m" limits: memory: "1028Mi" cpu: "1000m" @@ -369,11 +369,11 @@ idp: deployment: resources: requests: - memory: "128Mi" - cpu: "100m" + memory: "512Mi" + cpu: "200m" limits: - memory: "1028Mi" - cpu: "1000m" + memory: "1024Mi" + cpu: "500m" readinessProbe: initialDelaySeconds: 20 periodSeconds: 20 @@ -390,11 +390,11 @@ idp: deployment: resources: requests: - memory: "128Mi" - cpu: "100m" + memory: "64Mi" + cpu: "50m" limits: - memory: "1028Mi" - cpu: "1000m" + memory: "256Mi" + cpu: "100m" readinessProbe: initialDelaySeconds: 20 periodSeconds: 20