Skip to content

Commit

Permalink
max replicas to 5 from 7
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp committed Oct 5, 2024
1 parent 73a4366 commit b09dd96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rctool:
#-- the minimum number of replicas.
minReplicas: 3
#-- the maximum number of replicas.
maxReplicas: 7
maxReplicas: 5
#-- the target cpu utilization percentage, is from request cpu and NOT LIMIT CPU.
targetCPUUtilizationPercentage: 80
#-- the service for the component. for inter namespace communication, use the service name as the hostname.
Expand Down Expand Up @@ -70,7 +70,7 @@ frontend:
#-- the minimum number of replicas.
minReplicas: 3
#-- the maximum number of replicas.
maxReplicas: 7
maxReplicas: 5
#-- the target cpu utilization percentage, is from request cpu and NOT LIMIT CPU.
targetCPUUtilizationPercentage: 80
#-- the service for the component. for inter namespace communication, use the service name as the hostname.
Expand Down

0 comments on commit b09dd96

Please sign in to comment.