mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
13 lines
323 B
YAML
13 lines
323 B
YAML
apiVersion: velero.io/v1
|
|
kind: Schedule
|
|
metadata:
|
|
name: test-backup
|
|
annotations:
|
|
velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc"
|
|
spec:
|
|
schedule: "*/2 * * * *" # Daily at 1 AM
|
|
template:
|
|
includedNamespaces:
|
|
- ttrss
|
|
ttl: 15m # 30 days
|
|
defaultVolumesToFsBackup: true |