Skip to content

Commit

Permalink
Update manager.yaml
Browse files Browse the repository at this point in the history
Need a higher limit for the manager otherwise it gets OOM killed

Signed-off-by: Daniel Wind <daniel.wind@ns.nl>
Signed-off-by: Daniel Wind <daniel@windit.nl>
  • Loading branch information
danielwindit committed Sep 10, 2024
1 parent 20d7e6d commit fcf3b8d
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
@@ -1,4 +1,4 @@
apiVersion: v1
eapiVersion: v1
kind: Namespace
metadata:
labels:
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 512Mi
requests:
cpu: 10m
memory: 64Mi
Expand Down

0 comments on commit fcf3b8d

Please sign in to comment.