mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-09-19 06:18:28 +00:00
longhorn recurring
This commit is contained in:
@@ -8,5 +8,5 @@ spec:
|
|||||||
task: "backup"
|
task: "backup"
|
||||||
groups:
|
groups:
|
||||||
- backup
|
- backup
|
||||||
retain: 10
|
retain: 2
|
||||||
concurrency: 1
|
concurrency: 1
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ metadata:
|
|||||||
name: snapshot
|
name: snapshot
|
||||||
namespace: longhorn-system
|
namespace: longhorn-system
|
||||||
spec:
|
spec:
|
||||||
cron: "0 * * * *"
|
cron: "30 * * * *"
|
||||||
task: "snapshot"
|
task: "snapshot"
|
||||||
groups:
|
groups:
|
||||||
- snapshot
|
- snapshot
|
||||||
retain: 24
|
retain: 1
|
||||||
concurrency: 2
|
concurrency: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user