Skip to content

Commit

Permalink
try lower amount
Browse files Browse the repository at this point in the history
  • Loading branch information
jvisker committed Nov 2, 2023
1 parent d23f90b commit 5e14c85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform-iac/modules/app/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ module "my_fargate_api" {
}

autoscaling_config = {
min_capacity = 1
max_capacity = 8
min_capacity = 1
max_capacity = 8
cpu_percentage_target = 30
}
task_cpu = 256
task_memory = 512
Expand Down

0 comments on commit 5e14c85

Please sign in to comment.