From 255f2454f9bae094309dd86675f0404b00bb4585 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Sat, 18 Nov 2023 17:43:53 +0700 Subject: [PATCH] Disable autoscaling web staging --- values.staging.template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.staging.template.yaml b/values.staging.template.yaml index 7712511f..6453628b 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -126,7 +126,7 @@ osm-seed: memory: "2Gi" cpu: "2" autoscaling: - enabled: true + enabled: false minReplicas: 2 maxReplicas: 10 cpuUtilization: 80