Skip to content

Commit

Permalink
tf: update health-check
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 19, 2023
1 parent b03d467 commit 1c4d490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/tf/alb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "aws_lb_target_group" "app" {

health_check {
enabled = true
path = "/health"
path = "/"
}
}

Expand Down

0 comments on commit 1c4d490

Please sign in to comment.