2018-11-27 16:42:04 +00:00
|
|
|
[log]
|
2017-09-18 13:50:03 +00:00
|
|
|
logLevel = "DEBUG"
|
|
|
|
|
2019-03-14 08:30:04 +00:00
|
|
|
[entrypoints]
|
|
|
|
[entrypoints.web]
|
2018-11-14 09:18:03 +00:00
|
|
|
address = ":8000"
|
2017-09-18 13:50:03 +00:00
|
|
|
|
2018-01-11 08:46:03 +00:00
|
|
|
[api]
|
2017-09-18 13:50:03 +00:00
|
|
|
|
2018-11-27 16:42:04 +00:00
|
|
|
[providers]
|
|
|
|
[providers.file]
|
2017-09-18 13:50:03 +00:00
|
|
|
|
2019-03-14 08:30:04 +00:00
|
|
|
[http.routers]
|
|
|
|
[http.routers.router1]
|
2018-11-14 09:18:03 +00:00
|
|
|
service = "service1"
|
2019-01-30 15:24:07 +00:00
|
|
|
Rule = "Host(`test.localhost`)"
|
2018-11-14 09:18:03 +00:00
|
|
|
|
2019-03-14 08:30:04 +00:00
|
|
|
[http.services]
|
|
|
|
[http.services.service1.loadbalancer]
|
2018-11-14 09:18:03 +00:00
|
|
|
method = "drr"
|
2019-03-14 08:30:04 +00:00
|
|
|
[http.services.service1.loadbalancer.healthcheck]
|
2018-11-14 09:18:03 +00:00
|
|
|
path = "/health"
|
|
|
|
port = 80
|
|
|
|
interval = "1s"
|
|
|
|
timeout = "0.9s"
|
2019-03-14 08:30:04 +00:00
|
|
|
[[http.services.service1.loadbalancer.servers]]
|
2018-11-14 09:18:03 +00:00
|
|
|
url = "http://{{.Server1}}:81"
|
|
|
|
weight = 1
|