fix: point postgres PGDATA at the actual mounted PVC for zipline and immich
This commit is contained in:
@@ -30,7 +30,7 @@ spec:
|
||||
- containerPort: 5432
|
||||
volumeMounts:
|
||||
- name: immich-postgresql-immich
|
||||
mountPath: /var/lib/postgresql/pgdata
|
||||
mountPath: /var/lib/postgresql/data
|
||||
env:
|
||||
- name: POSTGRES_PASSWORD
|
||||
valueFrom:
|
||||
|
||||
Reference in New Issue
Block a user