Skip to content

Commit

Permalink
wave5: 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 25, 2022
1 parent 9ede6eb commit f6c9129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/kubernetes/wave5.yaml.envsubst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ items:
resources:
limits:
memory: 200Mi
cpu: 100m
cpu: 1.0
requests:
memory: 75Mi
cpu: 40m
Expand Down

0 comments on commit f6c9129

Please sign in to comment.