57 lines
No EOL
1.2 KiB
JSON
57 lines
No EOL
1.2 KiB
JSON
{
|
|
"routers": {
|
|
"whoami-test-https-whoami-tls@kubernetes": {
|
|
"service": "default-whoami-http",
|
|
"rule": "Host(`whoami.test.https`) \u0026\u0026 PathPrefix(`/whoami`)",
|
|
"tls": {},
|
|
"status": "enabled",
|
|
"using": [
|
|
"traefik",
|
|
"web"
|
|
]
|
|
},
|
|
"whoami-test-https-whoami@kubernetes": {
|
|
"service": "default-whoami-http",
|
|
"rule": "Host(`whoami.test.https`) \u0026\u0026 PathPrefix(`/whoami`)",
|
|
"status": "enabled",
|
|
"using": [
|
|
"traefik",
|
|
"web"
|
|
]
|
|
},
|
|
"whoami-test-whoami@kubernetes": {
|
|
"service": "default-whoami-http",
|
|
"rule": "Host(`whoami.test`) \u0026\u0026 PathPrefix(`/whoami`)",
|
|
"status": "enabled",
|
|
"using": [
|
|
"traefik",
|
|
"web"
|
|
]
|
|
}
|
|
},
|
|
"services": {
|
|
"default-whoami-http@kubernetes": {
|
|
"loadBalancer": {
|
|
"servers": [
|
|
{
|
|
"url": "http://10.42.0.2:80"
|
|
},
|
|
{
|
|
"url": "http://10.42.0.4:80"
|
|
}
|
|
],
|
|
"passHostHeader": true
|
|
},
|
|
"status": "enabled",
|
|
"usedBy": [
|
|
"whoami-test-https-whoami-tls@kubernetes",
|
|
"whoami-test-https-whoami@kubernetes",
|
|
"whoami-test-whoami@kubernetes"
|
|
],
|
|
"serverStatus": {
|
|
"http://10.42.0.2:80": "UP",
|
|
"http://10.42.0.4:80": "UP"
|
|
}
|
|
}
|
|
}
|
|
} |