diff --git a/services/main.tf b/services/main.tf index 7d73512..a7edad5 100644 --- a/services/main.tf +++ b/services/main.tf @@ -57,6 +57,7 @@ module "minitor" { image = "iamthefij/minitor-go:1.1" service_port = 8080 metrics_port_name = "main" + healthcheck_path = "/metrics" use_vault = true templates = [ @@ -71,9 +72,11 @@ module "minitor" { env = true }, { - data = file("${path.module}/minitor-config.yml") - dest = "config.yml" - mount = false + data = file("${path.module}/minitor-config.yml") + left_delimiter = "[[" + right_delimiter = "]]" + dest = "config.yml" + mount = false }, ] }