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:
parent
b01400bcbb
commit
89e5edca56
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue