Fix health check path key name in Marathon template.
This commit is contained in:
parent
d57f83c31c
commit
8fd6160758
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue