We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d67a66d commit 8ab1bc2Copy full SHA for 8ab1bc2
geps/gep-2907/index.md
@@ -263,12 +263,11 @@ with the compatible protocol.
263
264
| Protocol | Routes | TLS Terminate | TLS Passthough |
265
|-----------|---------|---------------|----------------|
266
-| HTTP | `HTTPRoute` | no | no |
267
-| HTTPS | `HTTPRoute` | yes | no |
268
-| GRPC | `GRPCRoute` | yes | no |
269
-| TLS | `TLSRoute` | yes | yes |
270
-| TCP | `TCPRoute` | yes | no |
271
-| UDP | `UDPRoute` | no | no |
+| HTTP | `HTTPRoute`/`GRPCRoute` | no | no |
+| HTTPS | `HTTPRoute`/`GRPCRoute` | yes | no |
+| TLS | `TLSRoute` | yes | yes |
+| TCP | `TCPRoute` | yes | no |
+| UDP | `UDPRoute` | no | no |
272
273
> [!NOTE]
274
> When the traffic is routed to the backend via a listener configured with TLS `Passthrough`
0 commit comments