Skip to content

Commit

Permalink
operator: increase memory resources to 100/120Mi
Browse files Browse the repository at this point in the history
Fixes: intel#1416

Signed-off-by: Tuomas Katila <[email protected]>
  • Loading branch information
tkatila committed May 22, 2023
1 parent 5ccf149 commit 13097ac
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 13097ac

Please sign in to comment.