Merge pull request #1920 from dkulchinsky/dannyk/gatewayapi_backendRequest_timeout

adding BackendTimeout for Gateway API router
This commit is contained in:
Sanskar Jaiswal
2026-05-24 16:36:06 +05:30
committed by GitHub
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,