Skip to content

Commit 8ab1bc2

Browse files
committed
group GRPCRoute with HTTPRoute
Signed-off-by: Mattia Lavacca <[email protected]>
1 parent d67a66d commit 8ab1bc2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

geps/gep-2907/index.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,11 @@ with the compatible protocol.
263263

264264
| Protocol | Routes | TLS Terminate | TLS Passthough |
265265
|-----------|---------|---------------|----------------|
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 |
266+
| HTTP | `HTTPRoute`/`GRPCRoute` | no | no |
267+
| HTTPS | `HTTPRoute`/`GRPCRoute` | yes | no |
268+
| TLS | `TLSRoute` | yes | yes |
269+
| TCP | `TCPRoute` | yes | no |
270+
| UDP | `UDPRoute` | no | no |
272271

273272
> [!NOTE]
274273
> When the traffic is routed to the backend via a listener configured with TLS `Passthrough`

0 commit comments

Comments
 (0)