feat(kv): add health check port configuration.

This commit is contained in:
Fernandez Ludovic 2018-01-03 16:29:58 +01:00 committed by Traefiker
parent 34eb2e371e
commit 3d47030349

View file

@ -33,6 +33,7 @@
{{with $healthCheck}}
[backends."{{$backendName}}".healthCheck]
path = "{{$healthCheck}}"
port = {{ Get "0" $backend "/healthcheck/port" }}
interval = "{{ Get "30s" $backend "/healthcheck/interval" }}"
{{end}}