mirror of
https://github.com/fluxcd/flagger.git
synced 2026-09-05 02:47:17 +00:00
adding BackendTimeout for Gateway API router
Signed-off-by: Danny Kulchinsky <dkulchinsky@fastly.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user