Skip to content

Commit 0feced8

Browse files
fix: added longhorn hourly backup definition
1 parent fa75bf8 commit 0feced8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

argo/cluster/storage/longhorn/chart/templates/recurring-jobs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,16 @@ spec:
2323
retain: 0
2424
groups:
2525
- default
26+
---
27+
apiVersion: longhorn.io/v1beta2
28+
kind: RecurringJob
29+
metadata:
30+
name: hourly
31+
spec:
32+
name: hourly
33+
cron: 0 * * * *
34+
task: backup
35+
concurrency: 1
36+
retain: 3
37+
groups:
38+
- hourly

0 commit comments

Comments
 (0)