Skip to content

Commit

Permalink
infra: scale
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 26, 2024
1 parent dc41585 commit b9218c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/service_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "ecs_app" {

name = "${local.namespace}-app"
cluster_name = module.ecs_cluster.cluster_name
min_capacity = 18
min_capacity = 9
max_capacity = 18

deployment_minimum_healthy_percent = 50
Expand Down

0 comments on commit b9218c1

Please sign in to comment.