Skip to content

Commit a1b6882

Browse files
committed
chore: update manager resource requests/limits
1 parent d185333 commit a1b6882

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config/templates/operator.tpl.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ spec:
3535
periodSeconds: 10
3636
resources:
3737
limits:
38-
cpu: 100m
39-
memory: 30Mi
38+
cpu: 200m
39+
memory: 64Mi
4040
requests:
41-
cpu: 100m
42-
memory: 20Mi
41+
cpu: 50m
42+
memory: 32Mi

0 commit comments

Comments
 (0)