traefik/pkg/api/testdata/router-bar.json

17 lines
264 B
JSON
Raw Normal View History

{
"entryPoints": [
"web"
],
"middlewares": [
"auth",
"addPrefixTest@anotherprovider"
],
"name": "bar@myprovider",
"provider": "myprovider",
"rule": "Host(`foo.bar`)",
"service": "foo-service@myprovider",
2019-09-02 09:38:04 +00:00
"status": "enabled",
"using": [
"web"
]
}