adding BackendTimeout for Gateway API router

Signed-off-by: Danny Kulchinsky <dkulchinsky@fastly.com>
This commit is contained in:
Danny Kulchinsky
2026-05-20 12:25:07 -04:00
parent 3b0c9d654f
commit 6f424fe135
9 changed files with 73 additions and 21 deletions
+3
View File
@@ -230,6 +230,9 @@ spec:
attempts: 3
perTryTimeout: 1s
timeout: 5s
# backendTimeout is only supported by the Gateway API provider and
# maps to HTTPRouteTimeouts.BackendRequest.
backendTimeout: 2s
```
When using **Istio** as the mesh provider, you can also specify HTTP header operations,