mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Disable schedules velero
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
apiVersion: velero.io/v1
|
||||
kind: Schedule
|
||||
metadata:
|
||||
name: daily-backup
|
||||
namespace: velero
|
||||
annotations:
|
||||
velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc"
|
||||
spec:
|
||||
schedule: "0 1 * * *" # Daily at 1 AM
|
||||
template:
|
||||
# includedNamespaces:
|
||||
# - immich
|
||||
# - nextcloud
|
||||
# - home-assistant
|
||||
# - ttrss
|
||||
ttl: 30d # 30 days
|
||||
defaultVolumesToFsBackup: true
|
||||
---
|
||||
apiVersion: velero.io/v1
|
||||
kind: Schedule
|
||||
metadata:
|
||||
name: weekly-backup
|
||||
namespace: velero
|
||||
annotations:
|
||||
velero.io/csi-volumesnapshot-class_driver.longhorn.io: "longhorn-backup-vsc"
|
||||
spec:
|
||||
schedule: "0 0 * * 0" # Weekly on Sunday at midnight
|
||||
template:
|
||||
# includedNamespaces:
|
||||
# - immich
|
||||
# - nextcloud
|
||||
# - home-assistant
|
||||
# - ttrss
|
||||
ttl: 90d # 90 days
|
||||
defaultVolumesToFsBackup: true
|
||||
Reference in New Issue
Block a user