traefik/integration/testdata/rawdata-ingress.json

57 lines
1.2 KiB
JSON
Raw Normal View History

{
"routers": {
2019-09-13 18:44:04 +00:00
"whoami-test-https-whoami-tls@kubernetes": {
"service": "default-whoami-http",
2019-08-14 17:16:06 +00:00
"rule": "Host(`whoami.test.https`) \u0026\u0026 PathPrefix(`/whoami`)",
"tls": {},
2019-09-02 09:38:04 +00:00
"status": "enabled",
"using": [
"traefik",
"web"
]
2019-08-14 17:16:06 +00:00
},
2019-09-13 18:44:04 +00:00
"whoami-test-https-whoami@kubernetes": {
"service": "default-whoami-http",
2019-08-14 17:16:06 +00:00
"rule": "Host(`whoami.test.https`) \u0026\u0026 PathPrefix(`/whoami`)",
2019-09-02 09:38:04 +00:00
"status": "enabled",
"using": [
"traefik",
"web"
]
2019-08-14 17:16:06 +00:00
},
2019-09-13 18:44:04 +00:00
"whoami-test-whoami@kubernetes": {
"service": "default-whoami-http",
"rule": "Host(`whoami.test`) \u0026\u0026 PathPrefix(`/whoami`)",
2019-09-02 09:38:04 +00:00
"status": "enabled",
"using": [
"traefik",
"web"
]
}
},
"services": {
2019-09-13 18:44:04 +00:00
"default-whoami-http@kubernetes": {
2019-07-01 09:30:05 +00:00
"loadBalancer": {
"servers": [
{
2019-09-02 09:38:04 +00:00
"url": "http://10.42.0.2:80"
},
{
2019-09-02 09:38:04 +00:00
"url": "http://10.42.0.4:80"
}
],
"passHostHeader": true
},
"status": "enabled",
"usedBy": [
2019-09-13 18:44:04 +00:00
"whoami-test-https-whoami-tls@kubernetes",
"whoami-test-https-whoami@kubernetes",
"whoami-test-whoami@kubernetes"
],
"serverStatus": {
2019-09-02 09:38:04 +00:00
"http://10.42.0.2:80": "UP",
"http://10.42.0.4:80": "UP"
}
}
}
}