Place namespace before name in router key for Ingress
This commit is contained in:
parent
b4ee7bdcbe
commit
1576ad85b8
5 changed files with 25 additions and 25 deletions
|
@ -28,7 +28,7 @@
|
|||
"traefik"
|
||||
]
|
||||
},
|
||||
"whoami-keep-route-default-whoami-test-keep-keep@kubernetes": {
|
||||
"default-whoami-keep-route-whoami-test-keep-keep@kubernetes": {
|
||||
"entryPoints": [
|
||||
"web"
|
||||
],
|
||||
|
@ -92,7 +92,7 @@
|
|||
},
|
||||
"status": "enabled",
|
||||
"usedBy": [
|
||||
"whoami-keep-route-default-whoami-test-keep-keep@kubernetes"
|
||||
"default-whoami-keep-route-whoami-test-keep-keep@kubernetes"
|
||||
],
|
||||
"serverStatus": {
|
||||
"http://10.42.0.4:80": "UP",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue