Fix HTTPRoute use of backendRefs
This commit is contained in:
parent
7a7b03eb01
commit
20d6c19c30
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ Kubernetes cluster before creating `HTTPRoute` objects.
|
||||||
- headers: # [11]
|
- headers: # [11]
|
||||||
name: foo # [12]
|
name: foo # [12]
|
||||||
value: bar # [13]
|
value: bar # [13]
|
||||||
- backendRefs: # [14]
|
backendRefs: # [14]
|
||||||
- name: whoamitcp # [15]
|
- name: whoamitcp # [15]
|
||||||
weight: 1 # [16]
|
weight: 1 # [16]
|
||||||
port: 8080 # [17]
|
port: 8080 # [17]
|
||||||
|
|
Loading…
Reference in a new issue