Skip to content

Commit

Permalink
🧹 Increase resources for staging (#100)
Browse files Browse the repository at this point in the history
Deploying to staging is failing with the error message: '3 insufficient
cpu, 3 insufficient memory'. Maybe increasing the resources will help.

![image
(41)](https://github.com/scientist-softserv/adventist_knapsack/assets/10081604/0e0862d0-b824-4c07-8e41-d8a607ab7d01)
  • Loading branch information
Shana Moore authored Nov 2, 2023
2 parents 2cde125 + 3af6754 commit 333e946
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ replicaCount: 2

resources:
requests:
memory: "4Gi"
cpu: "1000m"
memory: "1Gi"
cpu: "250m"
limits:
memory: "8Gi"
cpu: "2000m"
memory: "2Gi"
cpu: "1000m"

livenessProbe:
enabled: false
Expand Down

0 comments on commit 333e946

Please sign in to comment.