Skip to content

Commit

Permalink
Bump manager memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Oct 13, 2023
1 parent d7bb0e3 commit 84807ac
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 @@ -573,7 +573,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 512Mi
requests:
cpu: 10m
memory: 128Mi
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 256Mi
memory: 512Mi
requests:
cpu: 10m
memory: 128Mi
Expand Down

0 comments on commit 84807ac

Please sign in to comment.