mirror of
https://github.com/openfaas/faas.git
synced 2025-06-15 11:46:46 +00:00
Add default timeout as 8 seconds
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
parent
fd273414db
commit
259b35e85b
@ -10,6 +10,9 @@ services:
|
|||||||
- functions
|
- functions
|
||||||
environment:
|
environment:
|
||||||
dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD
|
dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD
|
||||||
|
read_timeout: 8
|
||||||
|
write_timeout: 8
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user