Add routes priorities
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
7cdd062432
commit
208998972a
9 changed files with 24 additions and 15 deletions
|
@ -52,6 +52,7 @@ type Frontend struct {
|
|||
Backend string `json:"backend,omitempty"`
|
||||
Routes map[string]Route `json:"routes,omitempty"`
|
||||
PassHostHeader bool `json:"passHostHeader,omitempty"`
|
||||
Priority int `json:"priority,omitempty"`
|
||||
}
|
||||
|
||||
// LoadBalancerMethod holds the method of load balancing to use.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue