Fix immich-pg: remove shared_preload_libraries parameter

CloudNativePG webhook rejects shared_preload_libraries as a "fixed"
parameter - it's managed by the container image itself.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-01-26 09:51:51 -08:00
commit 89e5edca56

View file

@ -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