Skip to content

Commit

Permalink
Merge pull request #248 from jawnsy/add-resource-requests-limits
Browse files Browse the repository at this point in the history
Add resource requests and limits to operator
  • Loading branch information
ecordell authored Aug 20, 2023
2 parents 5799900 + e843b1f commit 365e60f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ spec:
periodSeconds: 1
successThreshold: 1
timeoutSeconds: 15
resources:
limits:
cpu: "250m"
memory: "128Mi"
requests:
cpu: "20m"
memory: "32Mi"
securityContext:
runAsUser: 65532
runAsGroup: 65532
Expand Down

0 comments on commit 365e60f

Please sign in to comment.