feat: add backup infrastructure (CronJobs, PVC, Longhorn RecurringJobs) #116

Open
gitea-admin wants to merge 5 commits from orion/auto/feat-add-backup-infrastructure-cronjobs--1780363069966 into main
Showing only changes of commit 9749ce8b32 - Show all commits
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: backup-storage
namespace: backups
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 50Gi