Skip to content

Commit

Permalink
Bump memory limit again for higher # of secrets in OpenShift (#216)
Browse files Browse the repository at this point in the history
Signed-off-by: John Starich <[email protected]>
Signed-off-by: Art Berger <[email protected]>
  • Loading branch information
JohnStarich authored and Art Berger committed Sep 23, 2020
1 parent cb6608d commit b108fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
limits:
cpu: 100m
# TODO(johnstarich): Reduce back to 30Mi once this is resolved: https://github.com/IBM/cloud-operators/issues/199
memory: 125Mi
memory: 175Mi
requests:
cpu: 100m
memory: 20Mi
Expand Down

0 comments on commit b108fac

Please sign in to comment.