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

23 lines
384 B
JSON

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