Skip to content

Commit

Permalink
chore: update memory limit
Browse files Browse the repository at this point in the history
Signed-off-by: David Kwon <[email protected]>
  • Loading branch information
dkwon17 authored and ibuziuk committed Jun 23, 2022
1 parent 2707d77 commit 4a7a2fd
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 @@ -133,7 +133,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 128Mi
memory: 256Mi
requests:
cpu: 100m
memory: 64Mi
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
resources:
limits:
cpu: 100m
memory: 128Mi
memory: 256Mi
requests:
cpu: 100m
memory: 64Mi
Expand Down

0 comments on commit 4a7a2fd

Please sign in to comment.