forked from Ivasoft/traefik
Add health check timeout parameter
This commit is contained in:
committed by
Traefiker Bot
parent
f10516deb7
commit
5acd43efaf
@@ -74,6 +74,7 @@ type HealthCheck struct {
|
||||
Path string `json:"path,omitempty"`
|
||||
Port int `json:"port,omitempty"`
|
||||
Interval string `json:"interval,omitempty"`
|
||||
Timeout string `json:"timeout,omitempty"`
|
||||
Hostname string `json:"hostname,omitempty"`
|
||||
Headers map[string]string `json:"headers,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user