chore: Add test for hpa values
This commit is contained in:
parent
4943bb49a9
commit
0089c18ba4
1 changed files with 23 additions and 0 deletions
23
charts/argo-rollouts/ci/hpa-values.yaml
Normal file
23
charts/argo-rollouts/ci/hpa-values.yaml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Test with dashboard enabled
|
||||||
|
# Do not deploy the CRDs as they are already present from the previous test
|
||||||
|
installCRDs: false
|
||||||
|
|
||||||
|
autoscaling:
|
||||||
|
enabled: true
|
||||||
|
minReplicas: 1
|
||||||
|
maxReplicas: 5
|
||||||
|
targetCPUUtilizationPercentage: 70
|
||||||
|
targetMemoryUtilizationPercentage: 70
|
||||||
|
behavior:
|
||||||
|
scaleDown:
|
||||||
|
stabilizationWindowSeconds: 300
|
||||||
|
policies:
|
||||||
|
- type: Pods
|
||||||
|
value: 1
|
||||||
|
periodSeconds: 180
|
||||||
|
scaleUp:
|
||||||
|
stabilizationWindowSeconds: 300
|
||||||
|
policies:
|
||||||
|
- type: Pods
|
||||||
|
value: 2
|
||||||
|
periodSeconds: 60
|
Loading…
Reference in a new issue