2019-06-11 13:12:04 +00:00
|
|
|
{
|
|
|
|
"routers": {
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-test.route-6b204d94623b3df4370c@kubernetescrd": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"entryPoints": [
|
|
|
|
"web"
|
|
|
|
],
|
2019-09-13 18:44:04 +00:00
|
|
|
"service": "default-test.route-6b204d94623b3df4370c",
|
2019-06-11 13:12:04 +00:00
|
|
|
"rule": "Host(`foo.com`) \u0026\u0026 PathPrefix(`/bar`)",
|
2019-06-21 15:18:05 +00:00
|
|
|
"priority": 12,
|
|
|
|
"tls": {
|
2019-09-13 18:44:04 +00:00
|
|
|
"options": "default-mytlsoption"
|
2019-07-15 15:04:04 +00:00
|
|
|
},
|
2019-09-02 09:38:04 +00:00
|
|
|
"status": "enabled",
|
|
|
|
"using": [
|
|
|
|
"web"
|
|
|
|
]
|
2019-06-11 13:12:04 +00:00
|
|
|
},
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-test2.route-23c7f4c450289ee29016@kubernetescrd": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"entryPoints": [
|
|
|
|
"web"
|
|
|
|
],
|
|
|
|
"middlewares": [
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-mychain@kubernetescrd"
|
2019-06-11 13:12:04 +00:00
|
|
|
],
|
2019-09-13 18:44:04 +00:00
|
|
|
"service": "default-test2.route-23c7f4c450289ee29016",
|
2019-07-15 15:04:04 +00:00
|
|
|
"rule": "Host(`foo.com`) \u0026\u0026 PathPrefix(`/tobestripped`)",
|
2019-09-02 09:38:04 +00:00
|
|
|
"status": "enabled",
|
|
|
|
"using": [
|
|
|
|
"web"
|
|
|
|
]
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"middlewares": {
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-mychain@kubernetescrd": {
|
2019-09-03 17:20:04 +00:00
|
|
|
"chain": {
|
|
|
|
"middlewares": [
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-stripprefix@kubernetescrd"
|
2019-06-11 13:12:04 +00:00
|
|
|
]
|
|
|
|
},
|
2019-07-19 14:42:04 +00:00
|
|
|
"status": "enabled",
|
2019-06-11 13:12:04 +00:00
|
|
|
"usedBy": [
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-test2.route-23c7f4c450289ee29016@kubernetescrd"
|
2019-06-11 13:12:04 +00:00
|
|
|
]
|
2019-09-03 17:20:04 +00:00
|
|
|
},
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-stripprefix@kubernetescrd": {
|
2019-09-03 17:20:04 +00:00
|
|
|
"stripPrefix": {
|
|
|
|
"prefixes": [
|
|
|
|
"/tobestripped"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"status": "enabled"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"services": {
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-test.route-6b204d94623b3df4370c@kubernetescrd": {
|
2019-07-01 09:30:05 +00:00
|
|
|
"loadBalancer": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"servers": [
|
|
|
|
{
|
2019-09-10 14:12:05 +00:00
|
|
|
"url": "http://10.42.0.2:80"
|
2019-06-11 13:12:04 +00:00
|
|
|
},
|
|
|
|
{
|
2019-09-10 14:12:05 +00:00
|
|
|
"url": "http://10.42.0.6:80"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"passHostHeader": true
|
|
|
|
},
|
2019-07-15 15:04:04 +00:00
|
|
|
"status": "enabled",
|
2019-06-11 13:12:04 +00:00
|
|
|
"usedBy": [
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-test.route-6b204d94623b3df4370c@kubernetescrd"
|
2019-06-11 13:12:04 +00:00
|
|
|
],
|
|
|
|
"serverStatus": {
|
2019-09-10 14:12:05 +00:00
|
|
|
"http://10.42.0.2:80": "UP",
|
|
|
|
"http://10.42.0.6:80": "UP"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
},
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-test2.route-23c7f4c450289ee29016@kubernetescrd": {
|
2019-07-01 09:30:05 +00:00
|
|
|
"loadBalancer": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"servers": [
|
|
|
|
{
|
2019-09-10 14:12:05 +00:00
|
|
|
"url": "http://10.42.0.2:80"
|
2019-06-11 13:12:04 +00:00
|
|
|
},
|
|
|
|
{
|
2019-09-10 14:12:05 +00:00
|
|
|
"url": "http://10.42.0.6:80"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"passHostHeader": true
|
|
|
|
},
|
2019-07-15 15:04:04 +00:00
|
|
|
"status": "enabled",
|
2019-06-11 13:12:04 +00:00
|
|
|
"usedBy": [
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-test2.route-23c7f4c450289ee29016@kubernetescrd"
|
2019-06-11 13:12:04 +00:00
|
|
|
],
|
|
|
|
"serverStatus": {
|
2019-09-10 14:12:05 +00:00
|
|
|
"http://10.42.0.2:80": "UP",
|
|
|
|
"http://10.42.0.6:80": "UP"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tcpRouters": {
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-test3.route-673acf455cb2dab0b43a@kubernetescrd": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"entryPoints": [
|
|
|
|
"footcp"
|
|
|
|
],
|
2019-09-13 18:44:04 +00:00
|
|
|
"service": "default-test3.route-673acf455cb2dab0b43a",
|
2019-06-21 15:18:05 +00:00
|
|
|
"rule": "HostSNI(`*`)",
|
|
|
|
"tls": {
|
|
|
|
"passthrough": false,
|
2019-09-13 18:44:04 +00:00
|
|
|
"options": "default-mytlsoption"
|
2019-07-15 15:04:04 +00:00
|
|
|
},
|
2019-09-02 09:38:04 +00:00
|
|
|
"status": "enabled",
|
|
|
|
"using": [
|
|
|
|
"footcp"
|
|
|
|
]
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"tcpServices": {
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-test3.route-673acf455cb2dab0b43a@kubernetescrd": {
|
2019-07-01 09:30:05 +00:00
|
|
|
"loadBalancer": {
|
2019-09-13 15:46:04 +00:00
|
|
|
"terminationDelay": 100,
|
2019-06-11 13:12:04 +00:00
|
|
|
"servers": [
|
|
|
|
{
|
2019-09-10 14:12:05 +00:00
|
|
|
"address": "10.42.0.4:8080"
|
2019-06-11 13:12:04 +00:00
|
|
|
},
|
|
|
|
{
|
2019-09-10 14:12:05 +00:00
|
|
|
"address": "10.42.0.5:8080"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2019-07-15 15:04:04 +00:00
|
|
|
"status": "enabled",
|
2019-06-11 13:12:04 +00:00
|
|
|
"usedBy": [
|
2019-09-13 18:44:04 +00:00
|
|
|
"default-test3.route-673acf455cb2dab0b43a@kubernetescrd"
|
2019-06-11 13:12:04 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|