diff --git a/registry/components/dex/application.yaml b/registry/components/dex/application.yaml index b5586c0..c7ec646 100644 --- a/registry/components/dex/application.yaml +++ b/registry/components/dex/application.yaml @@ -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