Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliens authored and traefiker committed Sep 10, 2019
1 parent fe0b611 commit 3a1bb8e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions integration/testdata/rawdata-crd.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"web"
],
"middlewares": [
"default/mychain"
"default/mychain@kubernetescrd"
],
"service": "default/test2.route-23c7f4c450289ee29016",
"rule": "Host(`foo.com`) \u0026\u0026 PathPrefix(`/tobestripped`)",
Expand All @@ -34,7 +34,7 @@
"default/mychain@kubernetescrd": {
"chain": {
"middlewares": [
"default/stripprefix"
"default/stripprefix@kubernetescrd"
]
},
"status": "enabled",
Expand All @@ -56,10 +56,10 @@
"loadBalancer": {
"servers": [
{
"url": "http://10.42.0.3:80"
"url": "http://10.42.0.2:80"
},
{
"url": "http://10.42.0.5:80"
"url": "http://10.42.0.6:80"
}
],
"passHostHeader": true
Expand All @@ -69,18 +69,18 @@
"default/test.route-6b204d94623b3df4370c@kubernetescrd"
],
"serverStatus": {
"http://10.42.0.3:80": "UP",
"http://10.42.0.5:80": "UP"
"http://10.42.0.2:80": "UP",
"http://10.42.0.6:80": "UP"
}
},
"default/test2.route-23c7f4c450289ee29016@kubernetescrd": {
"loadBalancer": {
"servers": [
{
"url": "http://10.42.0.3:80"
"url": "http://10.42.0.2:80"
},
{
"url": "http://10.42.0.5:80"
"url": "http://10.42.0.6:80"
}
],
"passHostHeader": true
Expand All @@ -90,8 +90,8 @@
"default/test2.route-23c7f4c450289ee29016@kubernetescrd"
],
"serverStatus": {
"http://10.42.0.3:80": "UP",
"http://10.42.0.5:80": "UP"
"http://10.42.0.2:80": "UP",
"http://10.42.0.6:80": "UP"
}
}
},
Expand All @@ -117,10 +117,10 @@
"loadBalancer": {
"servers": [
{
"address": "10.42.0.6:8080"
"address": "10.42.0.4:8080"
},
{
"address": "10.42.0.7:8080"
"address": "10.42.0.5:8080"
}
]
},
Expand Down

0 comments on commit 3a1bb8e

Please sign in to comment.