From b09dd96dde19d30819ddd1f363fa328a097dccb0 Mon Sep 17 00:00:00 2001 From: OMPRAKASH MISHRA Date: Sat, 5 Oct 2024 13:51:36 -0700 Subject: [PATCH] max replicas to 5 from 7 --- charts/app/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/app/values.yaml b/charts/app/values.yaml index 23ecc63..ae17cf0 100644 --- a/charts/app/values.yaml +++ b/charts/app/values.yaml @@ -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. @@ -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.