Skip to content

Commit

Permalink
Raise memory limit for OpenShift: #199
Browse files Browse the repository at this point in the history
Signed-off-by: John Starich <johnstarich@johnstarich.com>
  • Loading branch information
JohnStarich committed Sep 18, 2020
1 parent a438c96 commit fc371b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ spec:
resources:
limits:
cpu: 100m
memory: 30Mi
# TODO(johnstarich): Reduce back to 30Mi once this is resolved: https://github.com/IBM/cloud-operators/issues/199
memory: 125Mi
requests:
cpu: 100m
memory: 20Mi
Expand Down

0 comments on commit fc371b9

Please sign in to comment.