30 lines
No EOL
552 B
JSON
30 lines
No EOL
552 B
JSON
{
|
|
"routers": {
|
|
"whoami-test/whoami@kubernetes": {
|
|
"service": "default/whoami/http",
|
|
"rule": "Host(`whoami.test`) \u0026\u0026 PathPrefix(`/whoami`)"
|
|
}
|
|
},
|
|
"services": {
|
|
"default/whoami/http@kubernetes": {
|
|
"loadBalancer": {
|
|
"servers": [
|
|
{
|
|
"url": "http://10.42.0.2:80"
|
|
},
|
|
{
|
|
"url": "http://10.42.0.5:80"
|
|
}
|
|
],
|
|
"passHostHeader": true
|
|
},
|
|
"usedBy": [
|
|
"whoami-test/whoami@kubernetes"
|
|
],
|
|
"serverStatus": {
|
|
"http://10.42.0.2:80": "UP",
|
|
"http://10.42.0.5:80": "UP"
|
|
}
|
|
}
|
|
}
|
|
} |