Reset git history for making manifests public
This commit is contained in:
13
longhorn/recurring-backup.yaml
Normal file
13
longhorn/recurring-backup.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: longhorn.io/v1beta2
|
||||
kind: RecurringJob
|
||||
metadata:
|
||||
name: daily-midnight-backup
|
||||
namespace: longhorn-system
|
||||
spec:
|
||||
cron: "0 0 * * *"
|
||||
task: backup
|
||||
groups:
|
||||
- default
|
||||
retain: 7
|
||||
concurrency: 2
|
||||
labels: {}
|
||||
Reference in New Issue
Block a user