1
0
Fork 0

Change the provider separator from . to @

This commit is contained in:
Ludovic Fernandez 2019-06-20 00:40:05 +02:00 committed by Traefiker Bot
parent 4012599264
commit e9792b446f
34 changed files with 465 additions and 465 deletions

View file

@ -1,13 +1,13 @@
{
"routers": {
"kubernetes.whoami-test/whoami": {
"kubernetes@whoami-test/whoami": {
"entryPoints": null,
"service": "default/whoami/http",
"rule": "Host(`whoami.test`) \u0026\u0026 PathPrefix(`/whoami`)"
}
},
"services": {
"kubernetes.default/whoami/http": {
"kubernetes@default/whoami/http": {
"loadbalancer": {
"servers": [
{
@ -20,7 +20,7 @@
"passHostHeader": true
},
"usedBy": [
"kubernetes.whoami-test/whoami"
"kubernetes@whoami-test/whoami"
],
"serverStatus": {
"http://10.42.0.2:80": "UP",