HPA: Add controller.autoscaling.annotations to values.yaml. (#9253)

This value is already in use, but hasn't been added to `values.yaml`.
This commit is contained in:
Marco Ebert 2022-12-21 09:51:26 +01:00 committed by GitHub
parent a667c93ade
commit 6ed6a76200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -366,6 +366,7 @@ controller:
autoscaling:
apiVersion: autoscaling/v2
enabled: false
annotations: {}
minReplicas: 1
maxReplicas: 11
targetCPUUtilizationPercentage: 50