traefik/pkg/api/testdata/tcprouters-page2.json

11 lines
166 B
JSON
Raw Normal View History

[
{
"entryPoints": [
"web"
],
"name": "baz@myprovider",
"provider": "myprovider",
"rule": "Host(`toto.bar`)",
"service": "foo-service@myprovider"
}
]