We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e7ba9 commit 05a54ceCopy full SHA for 05a54ce
chart/openfaas/values.yaml
@@ -8,12 +8,12 @@ serviceType: NodePort
8
rbac: true
9
10
faasnetesd:
11
- readTimeout : "20"
12
- writeTimeout : "20"
+ readTimeout : "20s"
+ writeTimeout : "20s"
13
14
gateway:
15
16
17
18
queueWorker:
19
ackWait : "30s"
@@ -23,7 +23,7 @@ images:
23
controller: functions/faas-netesd:0.4.2
24
controllerArmhf: functions/faas-netesd-armhf
25
26
- gateway: functions/gateway:0.7.0
+ gateway: functions/gateway:0.7.2
27
gatewayArmhf: functions/gateway:0.7.0-armhf
28
29
prometheus: prom/prometheus:v2.1.0
0 commit comments