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

This commit is contained in:
2026-06-02 00:38:12 +00:00
parent 1cfb947ae6
commit 342264d178
+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