Skip to content

Commit

Permalink
fix(infra): configure 2 ec2 instances, each running a signle Iris con…
Browse files Browse the repository at this point in the history
…tainer
  • Loading branch information
donghun1214 committed Dec 5, 2024
1 parent d84b3f3 commit 1f4c895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/infra/production/codedang/codedang_iris.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module "codedang_iris" {
autoscaling_group = {
name = "Codedang-AutoScalingGroup-Iris"
max_size = 4
desired_capacity = 1
desired_capacity = 2
}

autoscaling_policy = {
Expand Down

0 comments on commit 1f4c895

Please sign in to comment.