diff --git a/charts/argo-rollouts/ci/hpa-values.yaml b/charts/argo-rollouts/ci/hpa-values.yaml new file mode 100644 index 00000000..800c3773 --- /dev/null +++ b/charts/argo-rollouts/ci/hpa-values.yaml @@ -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 \ No newline at end of file