16 lines
268 B
YAML
16 lines
268 B
YAML
|
apiVersion: longhorn.io/v1beta1
|
||
|
kind: RecurringJob
|
||
|
metadata:
|
||
|
name: hourly-backup
|
||
|
namespace: longhorn-system
|
||
|
spec:
|
||
|
cron: "0 * * * *"
|
||
|
task: backup
|
||
|
groups:
|
||
|
- standard-pvc
|
||
|
retain: 10
|
||
|
concurrency: 10
|
||
|
labels:
|
||
|
recurrence: hourly
|
||
|
group: standard-pvc
|