1
0
Fork 0

feat(ecs): add HealthCheck port label.

This commit is contained in:
Fernandez Ludovic 2017-12-16 19:29:30 +01:00 committed by Traefiker
parent f195ef27f3
commit 722ea28e3a
2 changed files with 24 additions and 0 deletions

View file

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