Commit d9dae43
Add request timeouts to HTTPRoute examples in Gateway API post
Without an explicit timeouts.request value, Envoy Proxy defaults to 15s
which is too short for most OpenFaaS functions. Set request timeout to
10m a good default. Explain the timeout should match gateway.writeTimeout
in the OpenFaaS Helm chart.
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>1 parent 43a62ff commit d9dae43
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
348 | 352 | | |
349 | 353 | | |
350 | 354 | | |
351 | 355 | | |
352 | 356 | | |
| 357 | + | |
| 358 | + | |
353 | 359 | | |
354 | 360 | | |
355 | 361 | | |
| |||
469 | 475 | | |
470 | 476 | | |
471 | 477 | | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
472 | 482 | | |
473 | 483 | | |
474 | 484 | | |
| |||
0 commit comments