From fa65c536a520368f478387783413e377911e2eeb Mon Sep 17 00:00:00 2001 From: Rub21 Date: Fri, 10 May 2024 10:22:52 -0500 Subject: [PATCH] Enable autoscaling for staging web api --- values.staging.template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 634868a2..7c8f4a4c 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -130,8 +130,8 @@ osm-seed: memory: "2Gi" cpu: "2" autoscaling: - enabled: false - minReplicas: 2 + enabled: true + minReplicas: 1 maxReplicas: 10 cpuUtilization: 80 sharedMemorySize: 16Mi