feat: add backup infrastructure namespace, PVC, and Pelican PG backup CronJob #114

Open
gitea-admin wants to merge 5 commits from orion/auto/feat-add-backup-infrastructure-namespace-1780360691804 into main
Showing only changes of commit 342264d178 - 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