Skip to content

Commit

Permalink
Forcing healthchecks
Browse files Browse the repository at this point in the history
Lambdas use 200-499
  • Loading branch information
dukeofgaming committed Sep 10, 2024
1 parent d490187 commit ee786c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iac/terraform/app/loadbalancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ resource "aws_lb_target_group" "app" {
timeout = 5
healthy_threshold = 2
unhealthy_threshold = 2
matcher = "200-302"
matcher = "200-499"
}

depends_on = [
Expand Down

0 comments on commit ee786c9

Please sign in to comment.