add Pelican panel manifests

This commit is contained in:
2026-06-07 00:51:34 +02:00
parent 4d0d5587c2
commit 40f5fc1111
8 changed files with 206 additions and 0 deletions

12
pelican/postgres-pvc.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: pelican-postgres-pvc
namespace: pelican
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 5Gi