[Helm] Make HPA behavior configurable (#7203)

Signed-off-by: amirschw <24677563+amirschw@users.noreply.github.com>
This commit is contained in:
amirschw 2021-08-22 22:05:59 +03:00 committed by GitHub
parent 5e5faa24d2
commit 605c243d7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 35 additions and 4 deletions

View file

@ -338,6 +338,19 @@ controller:
maxReplicas: 11
targetCPUUtilizationPercentage: 50
targetMemoryUtilizationPercentage: 50
behavior: {}
# scaleDown:
# stabilizationWindowSeconds: 300
# policies:
# - type: Pods
# value: 1
# periodSeconds: 180
# scaleUp:
# stabilizationWindowSeconds: 300
# policies:
# - type: Pods
# value: 2
# periodSeconds: 60
autoscalingTemplate: []
# Custom or additional autoscaling metrics