We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f84d9 commit 682ce2fCopy full SHA for 682ce2f
3 files changed
charts/nextcloud/Chart.yaml
@@ -1,6 +1,6 @@
1
apiVersion: v2
2
name: nextcloud
3
-version: 9.0.6
+version: 9.1.0
4
# renovate: image=docker.io/library/nextcloud
5
appVersion: 33.0.3
6
description: A file sharing server that puts the control and security of your own data back into your hands.
charts/nextcloud/templates/route.yaml
@@ -38,5 +38,9 @@ spec:
38
filters:
39
{{- toYaml . | nindent 8 }}
40
{{- end }}
41
+ {{- with .timeouts }}
42
+ timeouts:
43
+ {{- toYaml . | nindent 8 }}
44
+ {{- end }}
45
46
charts/nextcloud/values.yaml
@@ -59,6 +59,8 @@ httpRoute:
59
# value: this-is-the-only-value
60
# remove:
61
# - User-Agent
62
+ # timeouts:
63
+ # request: 300s
64
# - matches:
65
# - path:
66
# type: PathPrefix
0 commit comments