We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db5844f commit 92320eaCopy full SHA for 92320ea
documentation/custom-resource-tcp.md
@@ -57,7 +57,7 @@ A `TCP` CR contains a list of TCP services definitions.
57
Each of them has:
58
- a `name`
59
- a `frontend` section that contains:
60
- - 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`**)
61
- a list of `binds`: any setting from client-native bind model is allowed
62
- 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)
63
0 commit comments