Skip to content

Commit

Permalink
fix(infra): change the number of iris and api container
Browse files Browse the repository at this point in the history
  • Loading branch information
donghun1214 committed Dec 7, 2024
1 parent 6253d41 commit f2654a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/infra/production/codedang/codedang_service_client.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ module "client_api" {
}

appautoscaling_target = {
min_capacity = 2
min_capacity = 3
max_capacity = 8
resource_id = {
cluster_name = module.codedang_api.ecs_cluster.name
Expand Down
4 changes: 2 additions & 2 deletions apps/infra/production/codedang/codedang_service_iris.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ module "iris" {
}

appautoscaling_target = {
min_capacity = 2
max_capacity = 8
min_capacity = 6
max_capacity = 6
resource_id = {
cluster_name = module.codedang_iris.ecs_cluster.name
}
Expand Down

0 comments on commit f2654a8

Please sign in to comment.