Skip to content

Commit

Permalink
increase memory limit for manager container in operator (#207)
Browse files Browse the repository at this point in the history
Signed-off-by: Sherin Varughese <shvarugh@redhat.com>
  • Loading branch information
SherinV committed Jun 20, 2024
1 parent f94df0d commit 3d97318
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 1Gi
memory: 4Gi
requests:
cpu: 50m
memory: 256Mi
Expand Down
7 changes: 7 additions & 0 deletions config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ spec:
- "--health-probe-bind-address=:8081"
- "--metrics-bind-address=127.0.0.1:8080"
- "--leader-elect"
resources:
limits:
cpu: 200m
memory: 4Gi
requests:
cpu: 50m
memory: 256Mi

0 comments on commit 3d97318

Please sign in to comment.