traefik/pkg/api/testdata/tcprouters-filtered-status.json

18 lines
262 B
JSON
Raw Normal View History

2019-09-02 09:38:04 +00:00
[
{
"entryPoints": [
"web"
],
"name": "test@myprovider",
"provider": "myprovider",
"rule": "Host(`foo.bar.other`)",
"service": "foo-service@myprovider",
"status": "enabled",
"tls": {
"passthrough": false
},
"using": [
"web"
]
}
]