Skip to content

Commit 49974d7

Browse files
Minor fixes
1 parent eeecc34 commit 49974d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/for-containers/how-to-path-header-query-string-routing-gateway-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: greglin
1515
This document helps set up an example application that uses resources from Gateway API to demonstrate traffic routing based on URL path, query string, and header:
1616
- [Gateway](https://gateway-api.sigs.k8s.io/concepts/api-overview/#gateway) - creating a gateway with one https listener
1717
- [HTTPRoute](https://gateway-api.sigs.k8s.io/v1alpha2/api-types/httproute/) - creating an HTTP route that references a backend service
18-
- [HttpRouteMatch](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.HTTPRouteMatch) - Using `matches` to route based on path, header, and query string.
18+
- [HTTPRouteMatch](https://gateway-api.sigs.k8s.io/references/spec/#gateway.networking.k8s.io/v1beta1.HTTPRouteMatch) - Using `matches` to route based on path, header, and query string.
1919

2020
## Prerequisites
2121

@@ -171,7 +171,7 @@ metadata:
171171
spec:
172172
parentRefs:
173173
- name: gateway-01
174-
namespace: default
174+
namespace: test-infra
175175
rules:
176176
- matches:
177177
- path:

0 commit comments

Comments
 (0)