From 8fd61607589749a14b3920e14d8adf4f9341b609 Mon Sep 17 00:00:00 2001 From: Timo Reimann Date: Wed, 26 Apr 2017 01:07:59 +0200 Subject: [PATCH] Fix health check path key name in Marathon template. --- integration/fixtures/healthcheck/simple.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/fixtures/healthcheck/simple.toml b/integration/fixtures/healthcheck/simple.toml index c3ebb33e3..7cdf9c4a8 100644 --- a/integration/fixtures/healthcheck/simple.toml +++ b/integration/fixtures/healthcheck/simple.toml @@ -13,7 +13,7 @@ logLevel = "DEBUG" [backends] [backends.backend1] [backends.backend1.healthcheck] - url = "/health" + path = "/health" interval = "1s" [backends.backend1.servers.server1] url = "http://{{.Server1}}:80"