Skip to content

Commit

Permalink
Make all the rebased tests pass
Browse files Browse the repository at this point in the history
Signed-off-by: Lior Okman <lior.okman@sap.com>
  • Loading branch information
liorokman committed Jan 9, 2024
1 parent 1251937 commit f105701
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ xdsIR:
- '*'
isHTTP2: false
name: envoy-gateway/gateway-1/http-1
path:
escapedSlashesAction: UnescapeAndRedirect
mergeSlashes: true
port: 10443
tls:
alpnProtocols:
Expand All @@ -165,4 +168,7 @@ xdsIR:
- '*'
isHTTP2: false
name: envoy-gateway/gateway-1/http-2
path:
escapedSlashesAction: UnescapeAndRedirect
mergeSlashes: true
port: 8080
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
http:
- name: "first-listener"
address: "0.0.0.0"
path:
escapedSlashesAction: UnescapeAndRedirect
mergeSlashes: true
port: 10080
hostnames:
- "foo.com"
Expand Down

0 comments on commit f105701

Please sign in to comment.