Skip to content

Commit

Permalink
Fix HTTPRoute use of backendRefs
Browse files Browse the repository at this point in the history
  • Loading branch information
sakaru committed Apr 19, 2024
1 parent 7a7b03e commit 20d6c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/routing/providers/kubernetes-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Kubernetes cluster before creating `HTTPRoute` objects.
- headers: # [11]
name: foo # [12]
value: bar # [13]
- backendRefs: # [14]
backendRefs: # [14]
- name: whoamitcp # [15]
weight: 1 # [16]
port: 8080 # [17]
Expand Down

0 comments on commit 20d6c19

Please sign in to comment.