Skip to content

Commit

Permalink
Adapt extension Deployment's requests and limits
Browse files Browse the repository at this point in the history
  • Loading branch information
ialidzhikov authored and nickytd committed Jun 30, 2024
1 parent ecff635 commit 851a6d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions charts/oidc-apps-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,10 @@ service:

resources:
limits:
cpu: 200m
memory: 256Mi
memory: 5Gi
requests:
cpu: 100m
memory: 128Mi
cpu: 1m
memory: 50Mi

metrics:
enableScraping: true
Expand Down
Loading

0 comments on commit 851a6d6

Please sign in to comment.