Skip to content

Commit

Permalink
DOC/MINOR: In TCP CR doc, explain that the mode is forced to tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
hdurand0710 committed Jun 28, 2024
1 parent 1531514 commit 54221e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/custom-resource-tcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ A `TCP` CR contains a list of TCP services definitions.
Each of them has:
- a `name`
- a `frontend` section that contains:
- a `frontend`: any setting from client-native frontend model is allowed
- a `frontend`: any setting from client-native frontend model is allowed (**except the `mode` that is forced to `tcp`**)
- a list of `binds`: any setting from client-native bind model is allowed
- a `service` defintion that is an Kubernetes upstream Service/Port (the K8s Service has to be in the same namespace as the TCP CR is deployed)

Expand Down

0 comments on commit 54221e4

Please sign in to comment.