chore: Add test for hpa values

This commit is contained in:
vitor.cassiano 2024-05-28 23:19:34 -03:00
parent 4943bb49a9
commit 0089c18ba4

View 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