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: