mirror of
https://github.com/traefik/traefik.git
synced 2025-11-29 06:31:16 +01:00
gateway-api: fix the "values" field in the example of httproute
This commit is contained in:
parent
fd1eae4f07
commit
5ca210fa60
@ -136,7 +136,7 @@ Kubernetes cluster before creating `HTTPRoute` objects.
|
|||||||
- headers: # [8]
|
- headers: # [8]
|
||||||
type: Exact # [9]
|
type: Exact # [9]
|
||||||
values: # [10]
|
values: # [10]
|
||||||
- foo: bar
|
foo: bar
|
||||||
forwardTo: # [11]
|
forwardTo: # [11]
|
||||||
- serviceName: whoami # [12]
|
- serviceName: whoami # [12]
|
||||||
weight: 1 # [13]
|
weight: 1 # [13]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user