Skip to content

Commit

Permalink
fix(dex): tweak resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 9, 2024
1 parent f6d4abc commit 7d97970
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions registry/components/dex/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ spec:
name: config
deploymentAnnotations:
secret.reloader.stakater.com/reload: config
autoscaling:
enabled: true
minReplicas: 2
resources:
requests:
cpu: 25m
cpu: 250m
memory: 32Mi
limits:
cpu: 50m
cpu: 500m
memory: 64Mi
ingress:
enabled: true
Expand Down

0 comments on commit 7d97970

Please sign in to comment.