traefik/pkg/api/testdata/routers.json
2019-06-20 00:40:05 +02:00

28 lines
No EOL
468 B
JSON

[
{
"entryPoints": [
"web"
],
"middlewares": [
"auth",
"anotherprovider@addPrefixTest"
],
"name": "myprovider@bar",
"provider": "myprovider@bar",
"rule": "Host(`foo.bar`)",
"service": "myprovider@foo-service"
},
{
"entryPoints": [
"web"
],
"middlewares": [
"addPrefixTest",
"auth"
],
"name": "myprovider@test",
"provider": "myprovider@test",
"rule": "Host(`foo.bar.other`)",
"service": "myprovider@foo-service"
}
]