Skip to content

Commit f59baf5

Browse files
rsmittytalos-bot
authored andcommitted
fix: back down resource requests
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 <[email protected]>
1 parent 92f42c4 commit f59baf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ spec:
2929
cpu: 500m
3030
memory: 500Mi
3131
requests:
32-
cpu: 500m
33-
memory: 500Mi
32+
cpu: 100m
33+
memory: 128Mi
3434
terminationGracePeriodSeconds: 10

0 commit comments

Comments
 (0)