Skip to content

Commit

Permalink
fix: back down resource requests
Browse files Browse the repository at this point in the history
This fixes an issue where we can't install on a 2 CPU/2GB RAM
node. Backing down the requests so that the pods can get scheduled, but
still keeping the limits high

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
  • Loading branch information
rsmitty authored and talos-bot committed May 14, 2021
1 parent 92f42c4 commit f59baf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ spec:
cpu: 500m
memory: 500Mi
requests:
cpu: 500m
memory: 500Mi
cpu: 100m
memory: 128Mi
terminationGracePeriodSeconds: 10

0 comments on commit f59baf5

Please sign in to comment.