ingress-nginx-helm/charts/ingress-nginx/ci/controller-hpa-values.yaml
2024-09-28 14:40:02 +01:00

18 lines
327 B
YAML

controller:
image:
repository: ingress-controller/controller
tag: 1.0.0-dev
digest: null
service:
type: ClusterIP
autoscaling:
enabled: true
behavior:
scaleDown:
stabilizationWindowSeconds: 300
policies:
- type: Pods
value: 1
periodSeconds: 180