fix: point postgres PGDATA at the actual mounted PVC for zipline and immich

This commit is contained in:
2026-08-02 11:52:22 +02:00
parent 37737670b5
commit 870f2e30e7
2 changed files with 3 additions and 1 deletions
@@ -47,6 +47,8 @@ spec:
secretKeyRef: secretKeyRef:
name: immich-secrets name: immich-secrets
key: db_name key: db_name
- name: PGDATA
value: /var/lib/postgresql/pgdata/pgdata
volumes: volumes:
- name: immich-postgresql-immich - name: immich-postgresql-immich
persistentVolumeClaim: persistentVolumeClaim:
@@ -48,7 +48,7 @@ spec:
name: zipline-secrets name: zipline-secrets
key: db_name key: db_name
- name: PGDATA - name: PGDATA
value: /var/lib/postgresql/volumes/pgdata value: /var/lib/postgresql/volumes/data/pgdata
volumes: volumes:
- name: zipline-postgresql-database - name: zipline-postgresql-database
persistentVolumeClaim: persistentVolumeClaim: