Chart: Improve CI. (#12030)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
25cf0fee3e
commit
b6ae93e62d
51 changed files with 306 additions and 584 deletions
18
charts/ingress-nginx/ci/controller-hpa-values.yaml
Normal file
18
charts/ingress-nginx/ci/controller-hpa-values.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue