Skip to content

Commit

Permalink
Update check health URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 committed Oct 9, 2024
1 parent ad9b644 commit e486b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/alb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ resource "aws_alb_target_group" "wfprev_api" {
protocol = "HTTP"
matcher = "200"
timeout = "3"
path = "/${aws_apigatewayv2_stage.wfprev_stage.name}/wfprev-api/checkHealth?callstack=test"
path = "/${aws_apigatewayv2_stage.wfprev_stage.name}/wfprev-api/actuator/health"
unhealthy_threshold = "2"
}

Expand Down

0 comments on commit e486b51

Please sign in to comment.