Skip to content

Commit 16b5e8c

Browse files
Increase gateway timeouts to 2m (#1239)
Signed-off-by: RokibulHasan7 <mdrokibulhasan@appscode.com>
1 parent da04f45 commit 16b5e8c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

charts/ace/templates/gateway/route-main.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ spec:
4646
namespace: {{ .Release.Namespace }}
4747
port: 80
4848
weight: 1
49+
timeouts:
50+
backendRequest: 2m
51+
request: 2m
4952
- matches:
5053
- path:
5154
type: PathPrefix
@@ -90,6 +93,9 @@ spec:
9093
namespace: {{ .Release.Namespace }}
9194
port: 80
9295
weight: 1
96+
timeouts:
97+
backendRequest: 2m
98+
request: 2m
9399
- matches:
94100
- path:
95101
type: PathPrefix
@@ -101,4 +107,7 @@ spec:
101107
namespace: {{ .Release.Namespace }}
102108
port: 4000
103109
weight: 1
110+
timeouts:
111+
backendRequest: 2m
112+
request: 2m
104113
{{- end }}

0 commit comments

Comments
 (0)