mirror of
https://github.com/containous/traefik.git
synced 2025-03-19 18:50:12 +03:00
feat(kv): add health check port configuration.
This commit is contained in:
parent
34eb2e371e
commit
3d47030349
@ -33,6 +33,7 @@
|
||||
{{with $healthCheck}}
|
||||
[backends."{{$backendName}}".healthCheck]
|
||||
path = "{{$healthCheck}}"
|
||||
port = {{ Get "0" $backend "/healthcheck/port" }}
|
||||
interval = "{{ Get "30s" $backend "/healthcheck/interval" }}"
|
||||
{{end}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user