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

9 lines
152 B
JSON
Raw Normal View History

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