Skip to content

Commit

Permalink
Merge pull request #1429 from tkatila/operator-mem-limit-update
Browse files Browse the repository at this point in the history
  • Loading branch information
mythi authored May 22, 2023
2 parents 5ccf149 + 13097ac commit 909200f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/operator/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ spec:
resources:
limits:
cpu: 100m
memory: 50Mi
memory: 120Mi
requests:
cpu: 100m
memory: 20Mi
memory: 100Mi
securityContext:
runAsNonRoot: true
runAsUser: 65532
Expand Down

0 comments on commit 909200f

Please sign in to comment.