Don't merge kubernetes ingresses when priority is set

This commit is contained in:
Daniel Tomcej 2018-08-14 09:40:04 -06:00 committed by Traefiker Bot
parent 278b3180c3
commit bd3c8c3cde
2 changed files with 7 additions and 3 deletions

View file

@ -1849,13 +1849,13 @@ func TestPriorityHeaderValue(t *testing.T) {
expected := buildConfiguration(
backends(
backend("foo/bar",
backend("1337-foo/bar",
servers(server("http://example.com", weight(1))),
lbMethod("wrr"),
),
),
frontends(
frontend("foo/bar",
frontend("1337-foo/bar",
passHostHeader(),
priority(1337),
routes(