Skip to content

Commit

Permalink
fix(prod): increase asg min capacity
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Oct 10, 2024
1 parent 094da2a commit 14f6ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf/environments/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,9 @@ module "ooniapi_cluster" {
subnet_ids = module.network.vpc_subnet_public[*].id

# You need be careful how these are tweaked.
asg_min = 3
asg_min = 4
asg_max = 8
asg_desired = 3
asg_desired = 4

instance_type = "t3.micro"

Expand Down

0 comments on commit 14f6ca0

Please sign in to comment.