Skip to content

Commit 5809a30

Browse files
Merge pull request #168 from companieshouse/fix/update-healthcheck-path
feat: add more listener paths
2 parents f3bef8f + c856851 commit 5809a30

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 = "orders.api.ch.gov.uk"
1010
kms_alias = "alias/${var.aws_profile}/environment-services-kms"
1111
lb_listener_rule_priority = 95
12-
lb_listener_paths = ["/orders-api/*"]
12+
lb_listener_paths = ["/orders-api/*","/orders/*","/checkouts/*","/basket/*" ]
1313
healthcheck_path = "/orders-api/healthcheck" #healthcheck path for order-api
1414
healthcheck_matcher = "200"
1515
vpc_name = local.stack_secrets["vpc_name"]

0 commit comments

Comments
 (0)