From a159313d4a6bbe6fbf0997e7d2a71e5dac0f9055 Mon Sep 17 00:00:00 2001 From: barrfalk Date: Wed, 6 Nov 2024 10:40:54 -0800 Subject: [PATCH] Update values.yaml --- charts/app/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/app/values.yaml b/charts/app/values.yaml index b100048f..c8c8baf6 100644 --- a/charts/app/values.yaml +++ b/charts/app/values.yaml @@ -32,9 +32,9 @@ backend: #-- enable or disable autoscaling. enabled: true #-- the minimum number of replicas. - minReplicas: 3 + minReplicas: 2 #-- the maximum number of replicas. - maxReplicas: 7 + maxReplicas: 3 #-- the target cpu utilization percentage, is from request cpu and NOT LIMIT CPU. targetCPUUtilizationPercentage: 80 #-- vault, for injecting secrets from vault. it is optional and is an object. it creates an initContainer which reads from vault and app container can source those secrets. for referring to a working example with vault follow this link: https://github.com/bcgov/onroutebc/blob/main/charts/onroutebc/values.yaml#L171-L186 @@ -83,9 +83,9 @@ frontend: #-- enable or disable autoscaling. enabled: true #-- the minimum number of replicas. - minReplicas: 3 + minReplicas: 2 #-- the maximum number of replicas. - maxReplicas: 7 + maxReplicas: 3 #-- 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.