Skip to content

Commit

Permalink
chore: lower timeout to 1.5hr for redis-persist backup (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon authored May 17, 2024
1 parent 3fc8160 commit f04c50f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f04c50f

Please sign in to comment.