2018-01-26 17:22:03 +00:00
|
|
|
defaultEntryPoints = ["http"]
|
|
|
|
|
|
|
|
logLevel = "DEBUG"
|
|
|
|
|
|
|
|
[entryPoints]
|
|
|
|
[entryPoints.http]
|
|
|
|
address = ":8000"
|
|
|
|
|
|
|
|
[api]
|
|
|
|
|
|
|
|
[file]
|
2018-11-14 09:18:03 +00:00
|
|
|
|
|
|
|
[Routers]
|
|
|
|
[Routers.router1]
|
|
|
|
Service = "service1"
|
|
|
|
Middlewares = [ "retry" ]
|
|
|
|
Rule = "PathPrefix:/"
|
|
|
|
|
|
|
|
[Middlewares.retry.Retry]
|
|
|
|
Attempts = 3
|
|
|
|
|
|
|
|
[Services]
|
|
|
|
[Services.service1]
|
|
|
|
[Services.service1.LoadBalancer]
|
|
|
|
|
|
|
|
[[Services.service1.LoadBalancer.Servers]]
|
|
|
|
URL = "http://{{.WhoamiEndpoint}}:8080"
|
|
|
|
Weight = 1
|
|
|
|
|
|
|
|
[[Services.service1.LoadBalancer.Servers]]
|
|
|
|
URL = "http://{{.WhoamiEndpoint}}:80"
|
|
|
|
Weight = 1
|