forked from Ivasoft/traefik
Override health check scheme
This commit is contained in:
committed by
Traefiker Bot
parent
b7d20496f3
commit
df11e67bb4
@@ -69,11 +69,12 @@ type WhiteList struct {
|
||||
|
||||
// HealthCheck holds HealthCheck configuration
|
||||
type HealthCheck struct {
|
||||
Headers map[string]string `json:"headers,omitempty"`
|
||||
Hostname string `json:"hostname,omitempty"`
|
||||
Scheme string `json:"scheme,omitempty"`
|
||||
Path string `json:"path,omitempty"`
|
||||
Port int `json:"port,omitempty"`
|
||||
Interval string `json:"interval,omitempty"`
|
||||
Hostname string `json:"hostname,omitempty"`
|
||||
Headers map[string]string `json:"headers,omitempty"`
|
||||
}
|
||||
|
||||
// Server holds server configuration.
|
||||
|
||||
Reference in New Issue
Block a user