Skip to content

Commit

Permalink
infra: scale ecs (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio authored Dec 1, 2024
1 parent 0e23acd commit fe39c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "ecs_cluster" {
"c6a.xlarge" = ""
}

min_size = 4
min_size = 6
max_size = 24
minimum_scaling_step_size = 1
maximum_scaling_step_size = 1
Expand Down

0 comments on commit fe39c58

Please sign in to comment.