From 044c801317da6799b50cc9b9675a9e143411ec6f Mon Sep 17 00:00:00 2001 From: Rub21 Date: Fri, 10 May 2024 11:33:36 -0500 Subject: [PATCH] Disable autoscaling 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 7c8f4a4c..cfe4c43f 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -130,7 +130,7 @@ osm-seed: memory: "2Gi" cpu: "2" autoscaling: - enabled: true + enabled: false minReplicas: 1 maxReplicas: 10 cpuUtilization: 80