Skip to content

Commit

Permalink
Bump memory limit to 384Mi
Browse files Browse the repository at this point in the history
Upstream-Commit: d8fd77a
  • Loading branch information
qbarrand committed Nov 9, 2023
1 parent 0b12a51 commit 0f49f87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 384Mi
requests:
cpu: 10m
memory: 64Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 384Mi
requests:
cpu: 10m
memory: 64Mi
Expand Down
2 changes: 1 addition & 1 deletion config/manager-base/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 384Mi
requests:
cpu: 10m
memory: 64Mi
Expand Down

0 comments on commit 0f49f87

Please sign in to comment.