Skip to content

Commit d685b7d

Browse files
fix rule priority e2e (#1507)
1 parent 46eeba0 commit d685b7d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

scripts/e2e/cmd/runner/networking-v1-mfu_one_namespace_many_ingresses_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ var _ = Describe("networking-v1-MFU", func() {
199199
Expect(publicIP).ToNot(Equal(""))
200200

201201
// test url that only works with *.extended.com
202-
url := fmt.Sprintf("https://%s/anything/", publicIP)
202+
url := fmt.Sprintf("https://%s/anything", publicIP)
203203

204204
// simple hostname
205205
_, err = makeGetRequest(url, "www.extended.com", 200, true)

scripts/e2e/cmd/runner/testdata/networking-v1/one-namespace-many-ingresses/hostname-with-wildcard-priority/app.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ kind: Ingress
33
metadata:
44
annotations:
55
kubernetes.io/ingress.class: azure/application-gateway
6-
appgw.ingress.kubernetes.io/hostname-extension: "contoso.extended.com"
76
appgw.ingress.kubernetes.io/rule-priority: "100"
87
name: ing-priority
98
spec:

0 commit comments

Comments
 (0)