Don't merge kubernetes ingresses when priority is set
This commit is contained in:
parent
278b3180c3
commit
bd3c8c3cde
2 changed files with 7 additions and 3 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue