Skip to content

Commit 682ce2f

Browse files
authored
feat(gateway/api): add optional timeouts field to httproute (#853)
Signed-off-by: Peter Smit <petersmit27@gmail.com>
1 parent d4f84d9 commit 682ce2f

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

charts/nextcloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: nextcloud
3-
version: 9.0.6
3+
version: 9.1.0
44
# renovate: image=docker.io/library/nextcloud
55
appVersion: 33.0.3
66
description: A file sharing server that puts the control and security of your own data back into your hands.

charts/nextcloud/templates/route.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,9 @@ spec:
3838
filters:
3939
{{- toYaml . | nindent 8 }}
4040
{{- end }}
41+
{{- with .timeouts }}
42+
timeouts:
43+
{{- toYaml . | nindent 8 }}
44+
{{- end }}
4145
{{- end }}
4246
{{- end }}

charts/nextcloud/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ httpRoute:
5959
# value: this-is-the-only-value
6060
# remove:
6161
# - User-Agent
62+
# timeouts:
63+
# request: 300s
6264
# - matches:
6365
# - path:
6466
# type: PathPrefix

0 commit comments

Comments
 (0)