From ed87dbd8dc102c8116fda83448e2e2ac9c5e7703 Mon Sep 17 00:00:00 2001 From: k2ntum Date: Thu, 18 Apr 2024 12:32:04 -0400 Subject: [PATCH] [fix] res cons --- projects/sinfonia/helm/charts/loadtest/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/sinfonia/helm/charts/loadtest/values.yaml b/projects/sinfonia/helm/charts/loadtest/values.yaml index b3e6c38..64cdbf4 100644 --- a/projects/sinfonia/helm/charts/loadtest/values.yaml +++ b/projects/sinfonia/helm/charts/loadtest/values.yaml @@ -67,10 +67,10 @@ resources: # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. limits: - cpu: 2 + cpu: 3 memory: 256Mi requests: - cpu: 1 + cpu: 2 memory: 128Mi livenessProbe: @@ -88,7 +88,7 @@ readinessProbe: autoscaling: enabled: true - minReplicas: 1 + minReplicas: 2 maxReplicas: 30 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80