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