mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-09-19 06:18:28 +00:00
Compare commits
1
Commits
fc0d928e01
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
337fa870e4 |
@@ -8,5 +8,5 @@ spec:
|
||||
task: "backup"
|
||||
groups:
|
||||
- backup
|
||||
retain: 10
|
||||
retain: 2
|
||||
concurrency: 1
|
||||
|
||||
@@ -4,9 +4,9 @@ metadata:
|
||||
name: snapshot
|
||||
namespace: longhorn-system
|
||||
spec:
|
||||
cron: "0 * * * *"
|
||||
cron: "30 * * * *"
|
||||
task: "snapshot"
|
||||
groups:
|
||||
- snapshot
|
||||
retain: 24
|
||||
concurrency: 2
|
||||
retain: 1
|
||||
concurrency: 1
|
||||
|
||||
Reference in New Issue
Block a user