Skip to content

Commit

Permalink
Adding more timeout to health check on the target group
Browse files Browse the repository at this point in the history
Miguel Elhaiek committed Apr 9, 2024
1 parent f55bd2d commit 462b0f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/target-group-and-listener.tf
Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@ resource "aws_lb_target_group" "ecs_target" {
healthy_threshold = 3
unhealthy_threshold = 3
matcher = "200" // Expect a 200 OK response for a healthy status
timeout = 25
}
}

0 comments on commit 462b0f2

Please sign in to comment.