Skip to content

Commit 713d002

Browse files
authored
fix: remove manager config resources limits (#88)
This helps address the OOMKilled error when running in Rancher Desktop using kind to create the cluster.
1 parent 24f3ce3 commit 713d002

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

config/manager/manager.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,5 @@ spec:
4646
port: 8081
4747
initialDelaySeconds: 5
4848
periodSeconds: 10
49-
resources:
50-
limits:
51-
cpu: 100m
52-
memory: 30Mi
53-
requests:
54-
cpu: 100m
55-
memory: 20Mi
5649
serviceAccountName: controller-manager
5750
terminationGracePeriodSeconds: 10

0 commit comments

Comments
 (0)