Skip to content

Commit 4673550

Browse files
committed
ESO-155: Updates resources config for operator pod
Signed-off-by: Bharath B <[email protected]>
1 parent 13ea7ad commit 4673550

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

config/manager/manager.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,8 @@ spec:
119119
initialDelaySeconds: 5
120120
periodSeconds: 10
121121
resources:
122-
limits:
123-
cpu: 500m
124-
memory: 128Mi
125122
requests:
126-
cpu: 10m
127-
memory: 64Mi
123+
cpu: 100m
124+
memory: 1Gi
128125
serviceAccountName: controller-manager
129126
terminationGracePeriodSeconds: 10

0 commit comments

Comments
 (0)