From f04c50ff6856c0349165c9bc0c1d1bffbb24ea7b Mon Sep 17 00:00:00 2001 From: Ben Jackson Date: Fri, 17 May 2024 10:15:50 +1000 Subject: [PATCH] chore: lower timeout to 1.5hr for redis-persist backup (#316) --- legacy/helmcharts/redis-persistent/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/helmcharts/redis-persistent/templates/deployment.yaml b/legacy/helmcharts/redis-persistent/templates/deployment.yaml index 7c4d3e74..11e545e3 100644 --- a/legacy/helmcharts/redis-persistent/templates/deployment.yaml +++ b/legacy/helmcharts/redis-persistent/templates/deployment.yaml @@ -26,7 +26,7 @@ spec: {{- end }} annotations: {{- include "redis-persistent.annotations" . | nindent 8 }} - k8up.syn.tools/backupcommand: /bin/sh -c "timeout 14400 /bin/busybox tar -cf - -C {{ .Values.persistentStorage.path }} ." + k8up.syn.tools/backupcommand: /bin/sh -c "timeout 5400 tar -cf - -C {{ .Values.persistentStorage.path }} ." k8up.syn.tools/file-extension: .{{ include "redis-persistent.fullname" . }}.tar lagoon.sh/configMapSha: {{ .Values.configMapSha | quote }} spec: