diff --git a/argocd/manifests/databases/immich-pg.yaml b/argocd/manifests/databases/immich-pg.yaml index d6e40d6..6f17935 100644 --- a/argocd/manifests/databases/immich-pg.yaml +++ b/argocd/manifests/databases/immich-pg.yaml @@ -39,8 +39,7 @@ spec: max_connections: "50" shared_buffers: "128MB" password_encryption: "scram-sha-256" - # pgvecto.rs settings - shared_preload_libraries: "vectors.so" + # Note: shared_preload_libraries is managed by the vectorchord image pg_hba: # Allow connections from k8s pods - host all all 0.0.0.0/0 scram-sha-256