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

11
pelican/postgres-svc.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: pelican-postgres
namespace: pelican
spec:
selector:
app: pelican-postgres
ports:
- port: 5432
targetPort: 5432