Revert "ops: double cpu and ram to 2GHz/4GBs"

Ayman Bagabas created

This reverts commit eab969f9484beef06b04b339fb1307075e29bd06.

Change summary

main.tf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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