Fix health check path key name in Marathon template.

This commit is contained in:
Timo Reimann 2017-04-26 01:07:59 +02:00
parent d57f83c31c
commit 8fd6160758

View file

@ -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"