Skip to content

Commit

Permalink
changing components resource request and resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowleyRajapakse committed Oct 10, 2023
1 parent 4d16f8e commit fb962f7
Showing 1 changed file with 42 additions and 42 deletions.
84 changes: 42 additions & 42 deletions helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -317,8 +317,8 @@ wso2:
enforcer:
resources:
requests:
memory: "128Mi"
cpu: "100m"
memory: "512Mi"
cpu: "500m"
limits:
memory: "1028Mi"
cpu: "1000m"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fb962f7

Please sign in to comment.