Skip to content

Commit

Permalink
KONFLUX-5674: Adding Resource Requests and Limits (#5393)
Browse files Browse the repository at this point in the history
This Pull request will add the resource requests and limits for the following resources that are created by external-secrets operator -
- External Secrets Controller Manager

Signed-off-by: Manish Kumar <[email protected]>
  • Loading branch information
manish-jangra authored Jan 27, 2025
1 parent 7976a3f commit 7f7d27e
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@
- op: add
path: /spec/startingCSV
value: external-secrets-operator.v0.9.1

- op: add
path: /spec/config
value:
resources:
requests:
memory: 128Mi
cpu: 100m
limits:
memory: 1Gi

0 comments on commit 7f7d27e

Please sign in to comment.