forked from SW/traefik
Rework servers load-balancer to use the WRR
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
This commit is contained in:
@@ -75,8 +75,8 @@
|
||||
"scheme": "foo",
|
||||
"path": "foo",
|
||||
"port": 42,
|
||||
"interval": "foo",
|
||||
"timeout": "foo",
|
||||
"interval": "1m51s",
|
||||
"timeout": "1m51s",
|
||||
"hostname": "foo",
|
||||
"followRedirects": true,
|
||||
"headers": {
|
||||
@@ -85,7 +85,7 @@
|
||||
},
|
||||
"passHostHeader": true,
|
||||
"responseForwarding": {
|
||||
"flushInterval": "foo"
|
||||
"flushInterval": "1m51s"
|
||||
},
|
||||
"serversTransport": "foo"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user