forked from Ivasoft/traefik
fix healthcheck port
This commit is contained in:
committed by
Traefiker
parent
7c35337999
commit
49e0e20ce2
@@ -45,6 +45,7 @@ type CircuitBreaker struct {
|
||||
// HealthCheck holds HealthCheck configuration
|
||||
type HealthCheck struct {
|
||||
Path string `json:"path,omitempty"`
|
||||
Port int `json:"port,omitempty"`
|
||||
Interval string `json:"interval,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user