Skip to content

Commit

Permalink
ops: double cpu and ram to 2GHz/4GBs
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Sep 20, 2021
1 parent 0c2461b commit eab969f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ module "soft_serve" {
app_image = var.app_image
app_count = 2
app_ssh_port = 23231
fargate_cpu = "1024"
fargate_memory = "2048"
fargate_cpu = "2048"
fargate_memory = "4096"
force_new_deployment = var.force_new_deployment
app_use_default_ssh_port = true
authorization_keys = var.authorization_keys
Expand Down

0 comments on commit eab969f

Please sign in to comment.