chore: scaling down the max replicas of HPA

Signed-off-by: vitor.cassiano <vitor.cassiano@picpay.com>
This commit is contained in:
vitor.cassiano 2024-05-17 19:01:38 -03:00
parent c07cf781bd
commit 6d252ffc52

View file

@ -68,7 +68,7 @@ controller:
# -- Minimum number of replicas for the Argo Rollouts controller [HPA]
minReplicas: 2
# -- Maximum number of replicas for the Argo Rollouts controller [HPA]
maxReplicas: 10
maxReplicas: 4
# -- Average CPU utilization percentage for the Argo Rollouts controller [HPA]
targetCPUUtilizationPercentage: 80
# -- Average memory utilization percentage for the Argo Rollouts controller [HPA]