mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Remove scheduels
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
apiVersion: velero.io/v1
|
||||||
|
kind: Schedule
|
||||||
|
metadata:
|
||||||
|
name: daily-backup3
|
||||||
|
spec:
|
||||||
|
schedule: "*/1 * * * *" # Daily at 1 AM
|
||||||
|
template:
|
||||||
|
ttl: 1h # 30 days
|
||||||
|
defaultVolumesToFsBackup: true
|
||||||
|
snapshotVolumes: true
|
||||||
|
snapshotMoveData: true
|
||||||
|
includedNamespaces:
|
||||||
|
- ttrss
|
||||||
Reference in New Issue
Block a user