From 8fb25d806c8bf67f299d390364d8aa06d020a258 Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Fri, 19 Apr 2024 13:32:14 -0600 Subject: [PATCH] Add extra node to run background jobs --- terraform/environments/production/portal.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/environments/production/portal.tf b/terraform/environments/production/portal.tf index 11b7beaa7..44088050b 100644 --- a/terraform/environments/production/portal.tf +++ b/terraform/environments/production/portal.tf @@ -376,7 +376,7 @@ module "domain" { image = "domain" image_tag = local.portal_image_tag - scaling_horizontal_replicas = 1 + scaling_horizontal_replicas = 2 observability_log_level = "debug"