From 7a0a848b257ba21dc827f50acaeaa5c5f31f5fa4 Mon Sep 17 00:00:00 2001 From: Peter Smit Date: Sun, 3 May 2026 13:45:59 +0200 Subject: [PATCH] feat(httproute): add optional timeouts field Signed-off-by: Peter Smit --- charts/nextcloud/Chart.yaml | 2 +- charts/nextcloud/templates/route.yaml | 4 ++++ charts/nextcloud/values.yaml | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/charts/nextcloud/Chart.yaml b/charts/nextcloud/Chart.yaml index b7a47e18..48b0feb9 100644 --- a/charts/nextcloud/Chart.yaml +++ b/charts/nextcloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: nextcloud -version: 9.0.6 +version: 9.1.0 # renovate: image=docker.io/library/nextcloud appVersion: 33.0.3 description: A file sharing server that puts the control and security of your own data back into your hands. diff --git a/charts/nextcloud/templates/route.yaml b/charts/nextcloud/templates/route.yaml index 51125875..2ead705d 100644 --- a/charts/nextcloud/templates/route.yaml +++ b/charts/nextcloud/templates/route.yaml @@ -38,5 +38,9 @@ spec: filters: {{- toYaml . | nindent 8 }} {{- end }} + {{- with .timeouts }} + timeouts: + {{- toYaml . | nindent 8 }} + {{- end }} {{- end }} {{- end }} diff --git a/charts/nextcloud/values.yaml b/charts/nextcloud/values.yaml index ea331e8a..eccdd8f6 100644 --- a/charts/nextcloud/values.yaml +++ b/charts/nextcloud/values.yaml @@ -59,6 +59,8 @@ httpRoute: # value: this-is-the-only-value # remove: # - User-Agent + # timeouts: + # request: 300s # - matches: # - path: # type: PathPrefix