forked from Ivasoft/traefik
feat(ecs): add HealthCheck port label.
This commit is contained in:
committed by
Traefiker
parent
f195ef27f3
commit
722ea28e3a
@@ -12,6 +12,7 @@
|
||||
{{ if hasHealthCheckLabels $instances }}
|
||||
[backends.backend-{{ $serviceName }}.healthCheck]
|
||||
path = "{{getHealthCheckPath $instances }}"
|
||||
port = {{getHealthCheckPort $instances}}
|
||||
interval = "{{getHealthCheckInterval $instances }}"
|
||||
{{end}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user