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:
@@ -2,7 +2,7 @@ kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: immich-library-pvc
|
||||
namespace: photoprism
|
||||
namespace: immich
|
||||
labels:
|
||||
app: immich
|
||||
spec:
|
||||
@@ -11,5 +11,5 @@ spec:
|
||||
resources:
|
||||
requests:
|
||||
storage: 50Gi # Match or be less than the PV's capacity
|
||||
volumeName: immich-library-pv # Bind explicitly to the PV created above
|
||||
volumeName: immich-library-immich-pv
|
||||
storageClassName: nfs
|
||||
|
||||
Reference in New Issue
Block a user