Skip to content

Commit

Permalink
Bump memory/cpu requests and limits (#548)
Browse files Browse the repository at this point in the history
* Bump memory limit from 200Mi to 1Gi
* Bump cpu request from 200m to 500m

Co-authored-by: Marty Spiewak <[email protected]>
  • Loading branch information
emmjohnson and Marty Spiewak authored Jan 24, 2022
1 parent 75010cd commit 1416d70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
resources:
limits:
cpu: 1
memory: 200Mi
memory: 1Gi
requests:
cpu: 200m
memory: 200Mi
cpu: 500m
memory: 512Mi

0 comments on commit 1416d70

Please sign in to comment.