From 69cb764d7e5f3cd379b1b564b6cd2303bded0105 Mon Sep 17 00:00:00 2001 From: Rub21 Date: Thu, 12 Oct 2023 07:16:29 -0300 Subject: [PATCH] Reduce tm-api staging replicas to 1 --- 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 3847bf10..5db02912 100644 --- a/values.staging.template.yaml +++ b/values.staging.template.yaml @@ -490,7 +490,7 @@ osm-seed: enabled: true label_key: nodegroup_type label_value: web - replicaCount: 2 + replicaCount: 1 staticIp: c serviceAnnotations: service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout: "300"