mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 10:32:55 +02:00
Add backup2 schedule per minute
This commit is contained in:
@@ -5,7 +5,7 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc"
|
velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc"
|
||||||
spec:
|
spec:
|
||||||
schedule: "*/2 * * * *" # Daily at 1 AM
|
schedule: "*/1 * * * *" # Daily at 1 AM
|
||||||
template:
|
template:
|
||||||
ttl: 30d
|
ttl: 30d
|
||||||
defaultVolumesToFsBackup: true
|
defaultVolumesToFsBackup: true
|
||||||
|
|||||||
Reference in New Issue
Block a user