We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da04f45 commit 16b5e8cCopy full SHA for 16b5e8c
1 file changed
charts/ace/templates/gateway/route-main.yaml
@@ -46,6 +46,9 @@ spec:
46
namespace: {{ .Release.Namespace }}
47
port: 80
48
weight: 1
49
+ timeouts:
50
+ backendRequest: 2m
51
+ request: 2m
52
- matches:
53
- path:
54
type: PathPrefix
@@ -90,6 +93,9 @@ spec:
90
93
91
94
92
95
96
97
98
99
100
101
@@ -101,4 +107,7 @@ spec:
107
102
108
port: 4000
103
109
110
111
112
104
113
{{- end }}
0 commit comments