Skip to content

Commit

Permalink
fix: wave0 increase limits.cpu
Browse files Browse the repository at this point in the history
- from `100m` to `1.0`
  - based on recommendation from Evan in #releng

ref: REL-1074
  • Loading branch information
Charles Thomas authored and charlesthomas committed Apr 20, 2022
1 parent 26d8061 commit c612c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/kubernetes/wave0.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ items:
resources:
limits:
memory: 200Mi
cpu: 100m
cpu: 1.0
requests:
memory: 75Mi
cpu: 40m
Expand Down

0 comments on commit c612c9d

Please sign in to comment.