Chart: Rework Controller HPA values.

This commit is contained in:
Marco Ebert 2024-09-27 16:28:50 +02:00
parent d987703ba7
commit b11f3eda97
2 changed files with 8 additions and 15 deletions

View file

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