Skip to content

Commit

Permalink
Alter k8s cpu quotas
Browse files Browse the repository at this point in the history
Increase request (10m is seen as 0% in kubectl describe node).
Remove limit.
  • Loading branch information
JonJagger committed Jun 8, 2020
1 parent 178fae7 commit 7d5c004
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/k8s-general-values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ containers:
readOnly: false
resources:
requests:
cpu: 10m
cpu: 20m
memory: 32Mi
limits:
cpu: 50m
memory: 64Mi
livenessProbe:
path: /alive?
Expand Down

0 comments on commit 7d5c004

Please sign in to comment.