Skip to content

Commit 2e2f758

Browse files
committed
Update operator container resource limits requests
[#169448688]
1 parent 9cfa61f commit 2e2f758

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/manager/manager.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ spec:
2424
name: operator
2525
resources:
2626
limits:
27-
cpu: 100m
28-
memory: 30Mi
27+
cpu: 200m
28+
memory: 500Mi
2929
requests:
30-
cpu: 100m
31-
memory: 20Mi
30+
cpu: 200m
31+
memory: 500Mi
3232
volumeMounts:
3333
- name: operator-config
3434
mountPath: /etc/operator-config

0 commit comments

Comments
 (0)