1
0
Fork 0

feat(marathon): add HealthCheck port label.

This commit is contained in:
Fernandez Ludovic 2017-12-16 14:47:49 +01:00 committed by Traefiker
parent 4524cdc151
commit 81e3b2dd4c
2 changed files with 8 additions and 0 deletions

View file

@ -30,6 +30,7 @@
{{ if hasHealthCheckLabels $app }}
[backends."{{getBackend $app $serviceName }}".healthCheck]
path = "{{getHealthCheckPath $app }}"
port = {{getHealthCheckPort $app}}
interval = "{{getHealthCheckInterval $app }}"
{{end}}