Fix immich

This commit is contained in:
2025-08-30 01:08:22 +02:00
parent 76b0fa3286
commit a4f5edabb3
7 changed files with 113 additions and 68 deletions
+12 -3
View File
@@ -9,6 +9,9 @@ spec:
storage:
size: 10Gi
backup:
retentionPolicy: 7d
certificates:
serverCASecret: postgres-server-cert
serverTLSSecret: postgres-server-cert
@@ -18,10 +21,13 @@ spec:
pg_hba:
- hostssl all all all cert
backup:
retentionPolicy: 7d
# this is needed for immich
shared_preload_libraries:
- "vchord.so"
imageName: ghcr.io/tensorchord/cloudnative-vectorchord:17.5-0.3.0
# this is here because no `Role` crd exsists yet.
# this is here because no `Role` crd exists yet.
# see https://github.com/cloudnative-pg/cloudnative-pg/issues/5341
managed:
roles:
@@ -34,3 +40,6 @@ spec:
- name: gitea
login: true
disablePassword: true
- name: immich
login: true
disablePassword: true