Skip to content

Commit

Permalink
Merge pull request #322 from companieshouse/add-healthcheck-path
Browse files Browse the repository at this point in the history
feat: add healthcheck to listener paths
  • Loading branch information
rhilgenbergbastos-ch authored Aug 7, 2024
2 parents 564b97e + f4d2d14 commit 5abe7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/groups/ecs-service/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ locals {
docker_repo = "confirmation-statement-api"
kms_alias = "alias/${var.aws_profile}/environment-services-kms"
lb_listener_rule_priority = 63
lb_listener_paths = ["/transactions/*/confirmation-statement/*", "/confirmation-statement/*", "/private/confirmation-statement/*", "/private/transactions/*/confirmation-statement/*/filings"]
lb_listener_paths = ["/transactions/*/confirmation-statement/*", "/confirmation-statement/*", "/private/confirmation-statement/*", "/private/transactions/*/confirmation-statement/*/filings", "/confirmation-statement-api/healthcheck"]
healthcheck_path = "/confirmation-statement-api/healthcheck"
healthcheck_matcher = "200"
vpc_name = local.stack_secrets["vpc_name"]
Expand Down

0 comments on commit 5abe7ed

Please sign in to comment.