Skip to content

Commit 117263e

Browse files
authored
Merge pull request #53 from companieshouse/lp-352-fix-healthcheck
LP-352 add healthcheck to lb path
2 parents f4ad6bc + 9a799d6 commit 117263e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/groups/ecs-service/locals.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ locals {
99
docker_repo = "limited-partnerships-api"
1010
kms_alias = "alias/${var.aws_profile}/environment-services-kms"
1111
lb_listener_rule_priority = 23
12-
lb_listener_paths = ["/transactions/*/limited-partnership/*"]
12+
lb_listener_paths = ["/transactions/*/limited-partnership/*", "/limited-partnership/healthcheck"]
1313
healthcheck_path = "/limited-partnership/healthcheck" #healthcheck path for limited-partnerships-api
1414
healthcheck_matcher = "200"
1515
vpc_name = local.service_secrets["vpc_name"]

0 commit comments

Comments
 (0)