ADD: implement migration scripts for PostgreSQL to Longhorn; update Immich configurations for namespace and persistent storage

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-25 18:51:42 +02:00
parent 1125b8b072
commit 9905abd9b4
19 changed files with 655 additions and 20 deletions
@@ -0,0 +1,16 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: immich-library-immich-pv
labels:
app: immich
spec:
capacity:
storage: 50Gi
storageClassName: nfs
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
nfs:
path: /export/fastData/immichLibrary
server: 192.168.178.166