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