Skip to content

Commit

Permalink
allow any status for health check
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism committed Dec 11, 2023
1 parent 3dc2325 commit 2b79c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/cdpt-chaps/loadbalancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "aws_lb_target_group" "chaps_target_group" {
protocol = "HTTP"
port = "80"
unhealthy_threshold = "5"
matcher = "200-302"
matcher = "200-599"
timeout = "10"
}

Expand Down

0 comments on commit 2b79c5c

Please sign in to comment.