Skip to content

Commit

Permalink
update operator memory to 6Gi (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Sherin Varughese <shvarugh@redhat.com>
  • Loading branch information
SherinV committed Jul 4, 2024
1 parent 4271ee7 commit c6365ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 4Gi
memory: 6Gi
requests:
cpu: 50m
memory: 256Mi
Expand Down
2 changes: 1 addition & 1 deletion config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 4Gi
memory: 6Gi
requests:
cpu: 50m
memory: 256Mi

0 comments on commit c6365ac

Please sign in to comment.