chore: scaling down the max replicas of HPA
Signed-off-by: vitor.cassiano <vitor.cassiano@picpay.com>
This commit is contained in:
parent
c07cf781bd
commit
6d252ffc52
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue