1
0
Fork 0

Add some integration test

This commit is contained in:
Julien Salleyron 2017-02-06 23:00:54 +01:00 committed by Emile Vauge
parent 6b6f010851
commit aa2edcc6e5
No known key found for this signature in database
GPG key ID: D808B4C167352E59
3 changed files with 123 additions and 0 deletions

View file

@ -0,0 +1,27 @@
defaultEntryPoints = ["http"]
logLevel = "DEBUG"
[entryPoints]
[entryPoints.http]
address = ":8000"
[web]
address = ":8080"
[file]
[backends]
[backends.backend1]
[backends.backend1.healthcheck]
url = "/health"
interval = "1s"
[backends.backend1.servers.server1]
url = "http://{{.Server1}}:80"
[backends.backend1.servers.server2]
url = "http://{{.Server2}}:80"
[frontends]
[frontends.frontend1]
backend = "backend1"
[frontends.frontend1.routes.test_1]
rule = "Host:test.localhost"