Skip to content

Commit 13097ac

Browse files
committed
operator: increase memory resources to 100/120Mi
Fixes: #1416 Signed-off-by: Tuomas Katila <[email protected]>
1 parent 5ccf149 commit 13097ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/operator/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ spec:
4141
resources:
4242
limits:
4343
cpu: 100m
44-
memory: 50Mi
44+
memory: 120Mi
4545
requests:
4646
cpu: 100m
47-
memory: 20Mi
47+
memory: 100Mi
4848
securityContext:
4949
runAsNonRoot: true
5050
runAsUser: 65532

0 commit comments

Comments
 (0)