From 4a2b3ef5c981f70e77a511df30f90353910c3eba Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Wed, 11 Jan 2023 21:49:06 -0600 Subject: [PATCH] Sandbox to 1 replica (#9276) This should be the configurations to limit this to 1. --- .../sandbox/PreProvisioner/lambda/deploy_terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf index ebeef83ea1..26963312cd 100644 --- a/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf +++ b/infrastructure/sandbox/PreProvisioner/lambda/deploy_terraform/main.tf @@ -152,7 +152,7 @@ resource "helm_release" "main" { set { name = "replicas" - value = "2" + value = "1" } set {