Skip to content

Commit

Permalink
Increase default memory requests and limits
Browse files Browse the repository at this point in the history
After #320, memory usage increased quite a bit. While still usually within the limits already set, this commit bumps the defaults a bit to provide similar headroom to the previous defaults.

#322 tracks finding the root cause (the openapi change or the kube dependency updates), after which we can lower these defaults down again.
  • Loading branch information
ecordell authored Jul 15, 2024
1 parent ccd5d2e commit 746efcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ spec:
resources:
limits:
cpu: "250m"
memory: "128Mi"
memory: "160Mi"
requests:
cpu: "20m"
memory: "32Mi"
memory: "64Mi"
securityContext:
runAsUser: 65532
runAsGroup: 65532
Expand Down

0 comments on commit 746efcc

Please sign in to comment.