fix healthcheck port

This commit is contained in:
Frédéric Logier 2017-09-18 15:50:03 +02:00 committed by Traefiker
parent 7c35337999
commit 49e0e20ce2
5 changed files with 78 additions and 3 deletions

View file

@ -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"`
}