From a9e770114fde2caa5a36c670412a5e740d04ce2f Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 20 Sep 2021 16:35:44 -0400 Subject: [PATCH] Revert "ops: double cpu and ram to 2GHz/4GBs" This reverts commit eab969f9484beef06b04b339fb1307075e29bd06. --- main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index 9b2b09f74..45165bad9 100644 --- a/main.tf +++ b/main.tf @@ -37,8 +37,8 @@ module "soft_serve" { app_image = var.app_image app_count = 2 app_ssh_port = 23231 - fargate_cpu = "2048" - fargate_memory = "4096" + fargate_cpu = "1024" + fargate_memory = "2048" force_new_deployment = var.force_new_deployment app_use_default_ssh_port = true authorization_keys = var.authorization_keys