feat: Add longhorn backup job

This commit is contained in:
2025-12-13 02:13:44 +01:00
parent fbc08ff09c
commit 45c441aea4
7 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: longhorn.io/v1beta2
kind: RecurringJob
metadata:
name: snapshot-delete
namespace: longhorn-system
spec:
cron: "2/5 * * * *"
task: "snapshot-delete"
retain: 5
concurrency: 2
groups:
- default