Skip to content

Commit

Permalink
Increase min pods
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Mar 22, 2023
1 parent 2320db1 commit cb936ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .k8s/manifest-london.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ spec:
failureThreshold: 3
resources:
requests:
cpu: "200m"
cpu: "300m"
memory: 220Mi
limits:
cpu: "300m"
cpu: "500m"
memory: 420Mi
ports:
- containerPort: 8080
Expand All @@ -76,7 +76,7 @@ spec:
apiVersion: apps/v1
kind: Deployment
name: aladhan-com-app
minReplicas: 2
minReplicas: 3
maxReplicas: 10
targetCPUUtilizationPercentage: 60
---
Expand Down
6 changes: 3 additions & 3 deletions .k8s/manifest-singapore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ spec:
failureThreshold: 3
resources:
requests:
cpu: "200m"
cpu: "300m"
memory: 220Mi
limits:
cpu: "300m"
cpu: "500m"
memory: 420Mi
ports:
- containerPort: 8080
Expand All @@ -76,7 +76,7 @@ spec:
apiVersion: apps/v1
kind: Deployment
name: aladhan-com-app
minReplicas: 2
minReplicas: 3
maxReplicas: 10
targetCPUUtilizationPercentage: 50
---
Expand Down

0 comments on commit cb936ea

Please sign in to comment.