2019-06-11 13:12:04 +00:00
|
|
|
{
|
|
|
|
"routers": {
|
2019-08-14 17:16:06 +00:00
|
|
|
"whoami-test-https/whoami-tls@kubernetes": {
|
|
|
|
"service": "default/whoami/http",
|
|
|
|
"rule": "Host(`whoami.test.https`) \u0026\u0026 PathPrefix(`/whoami`)",
|
|
|
|
"tls": {},
|
|
|
|
"status": "enabled"
|
|
|
|
},
|
|
|
|
"whoami-test-https/whoami@kubernetes": {
|
|
|
|
"service": "default/whoami/http",
|
|
|
|
"rule": "Host(`whoami.test.https`) \u0026\u0026 PathPrefix(`/whoami`)",
|
|
|
|
"status": "enabled"
|
|
|
|
},
|
2019-06-21 07:54:04 +00:00
|
|
|
"whoami-test/whoami@kubernetes": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"service": "default/whoami/http",
|
2019-07-15 15:04:04 +00:00
|
|
|
"rule": "Host(`whoami.test`) \u0026\u0026 PathPrefix(`/whoami`)",
|
|
|
|
"status": "enabled"
|
2019-06-11 13:12:04 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"services": {
|
2019-06-21 07:54:04 +00:00
|
|
|
"default/whoami/http@kubernetes": {
|
2019-07-01 09:30:05 +00:00
|
|
|
"loadBalancer": {
|
2019-06-11 13:12:04 +00:00
|
|
|
"servers": [
|
|
|
|
{
|
2019-07-15 15:04:04 +00:00
|
|
|
"url": "http://10.42.0.4:80"
|
2019-06-11 13:12:04 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "http://10.42.0.5:80"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"passHostHeader": true
|
|
|
|
},
|
2019-07-15 15:04:04 +00:00
|
|
|
"status": "enabled",
|
2019-06-11 13:12:04 +00:00
|
|
|
"usedBy": [
|
2019-08-14 17:16:06 +00:00
|
|
|
"whoami-test-https/whoami-tls@kubernetes",
|
|
|
|
"whoami-test-https/whoami@kubernetes",
|
2019-06-21 07:54:04 +00:00
|
|
|
"whoami-test/whoami@kubernetes"
|
2019-06-11 13:12:04 +00:00
|
|
|
],
|
|
|
|
"serverStatus": {
|
2019-07-15 15:04:04 +00:00
|
|
|
"http://10.42.0.4:80": "UP",
|
2019-06-11 13:12:04 +00:00
|
|
|
"http://10.42.0.5:80": "UP"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|