Skip to content

Commit

Permalink
fix: increase resource(memory) limit of mso operator
Browse files Browse the repository at this point in the history
jira: https://issues.redhat.com/browse/MON-2353

Signed-off-by: jooho <jlee@redhat.com>
  • Loading branch information
Jooho authored Apr 6, 2022
1 parent 0987b38 commit dd0fd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/operator/monitoring-stack-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ spec:
resources:
limits:
cpu: 200m
memory: 100Mi
memory: 300Mi
requests:
cpu: 100m
memory: 20Mi
memory: 150Mi
serviceAccountName: monitoring-stack-operator-sa
terminationGracePeriodSeconds: 30

0 comments on commit dd0fd92

Please sign in to comment.