Bump GW to 0.9.0

Adds PATH support over HTTP for functions.

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (VMware)
2018-08-29 12:47:23 +01:00
parent 9c2f6dd2a4
commit 810e11c1f6
2 changed files with 7 additions and 7 deletions

View File

@ -3,14 +3,14 @@ services:
gateway: gateway:
ports: ports:
- 8080:8080 - 8080:8080
image: openfaas/gateway:0.8.12-armhf image: openfaas/gateway:0.9.0-armhf
networks: networks:
- functions - functions
environment: environment:
functions_provider_url: "http://faas-swarm:8080/" functions_provider_url: "http://faas-swarm:8080/"
read_timeout: "25s" # Maximum time to read HTTP request read_timeout: "305s" # Maximum time to read HTTP request
write_timeout: "25s" # Maximum time to write HTTP response write_timeout: "305s" # Maximum time to write HTTP response
upstream_timeout: "20s" # Maximum duration of upstream function call - should be more than read_timeout and write_timeout dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD upstream_timeout: "300s" # Maximum duration of upstream function call - should be more than read_timeout and write_timeout dnsrr: "true" # Temporarily use dnsrr in place of VIP while issue persists on PWD
faas_nats_address: "nats" faas_nats_address: "nats"
faas_nats_port: 4222 faas_nats_port: 4222
direct_functions: "true" # Functions are invoked directly over the overlay network direct_functions: "true" # Functions are invoked directly over the overlay network
@ -43,8 +43,8 @@ services:
networks: networks:
- functions - functions
environment: environment:
read_timeout: "25s" # set both here, and on your functions read_timeout: "305s" # set both here, and on your functions
write_timeout: "25s" # set both here, and on your functions write_timeout: "305s" # set both here, and on your functions
DOCKER_API_VERSION: "1.30" DOCKER_API_VERSION: "1.30"
deploy: deploy:
placement: placement:

View File

@ -3,7 +3,7 @@ services:
gateway: gateway:
ports: ports:
- 8080:8080 - 8080:8080
image: openfaas/gateway:0.8.11 image: openfaas/gateway:0.9.0
networks: networks:
- functions - functions
environment: environment: