Skip to content

Commit 057f158

Browse files
committed
Update limits in manager.yaml
Signed-off-by: dkwon17 <[email protected]>
1 parent e176ec0 commit 057f158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/templates/components/manager/manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ spec:
5454
- "--metrics-addr=127.0.0.1:8080"
5555
resources:
5656
limits:
57-
cpu: 1000m
58-
memory: 1Gi
57+
cpu: 3000m
58+
memory: 3Gi
5959
requests:
6060
cpu: 250m
6161
memory: 100Mi

0 commit comments

Comments
 (0)