forked from Ivasoft/traefik
Override health check scheme
This commit is contained in:
committed by
Traefiker Bot
parent
b7d20496f3
commit
df11e67bb4
@@ -29,6 +29,7 @@
|
||||
{{ $healthCheck := getHealthCheck $firstInstance.TraefikLabels }}
|
||||
{{if $healthCheck }}
|
||||
[backends."backend-{{ $serviceName }}".healthCheck]
|
||||
scheme = "{{ $healthCheck.Scheme }}"
|
||||
path = "{{ $healthCheck.Path }}"
|
||||
port = {{ $healthCheck.Port }}
|
||||
interval = "{{ $healthCheck.Interval }}"
|
||||
|
||||
Reference in New Issue
Block a user