Chart: Rework Controller HPA values.

This commit is contained in:
Marco Ebert 2024-09-27 16:28:50 +02:00 committed by k8s-infra-cherrypick-robot
parent 3074e28ed0
commit 62aa9c278a
2 changed files with 8 additions and 15 deletions

View file

@ -1,4 +1,12 @@
controller:
image:
repository: ingress-controller/controller
tag: 1.0.0-dev
digest: null
service:
type: ClusterIP
autoscaling:
enabled: true
behavior:
@ -8,7 +16,3 @@ controller:
- type: Pods
value: 1
periodSeconds: 180
admissionWebhooks:
enabled: false
service:
type: ClusterIP

View file

@ -1,11 +0,0 @@
controller:
image:
repository: ingress-controller/controller
tag: 1.0.0-dev
digest: null
autoscaling:
enabled: true
admissionWebhooks:
enabled: false
service:
type: ClusterIP