fix: remove unsupported CNPG fields, keep memory superuser
- Remove sharedPreloadLibraries and allowedExtensions (not supported by installed CNPG version) - Keep memory role superuser: true (from PR #135) — sufficient since custom pgvector image already bundles the extension - Unblocks dry-run validation on hermes-pgdb cluster
This commit is contained in:
parent
ead9cff2d3
commit
9754c2aed2
1 changed files with 0 additions and 6 deletions
|
|
@ -11,13 +11,7 @@ spec:
|
|||
storage:
|
||||
size: 20Gi
|
||||
|
||||
# pgvector extension configuration
|
||||
sharedPreloadLibraries:
|
||||
- pgvector
|
||||
|
||||
postgresql:
|
||||
allowedExtensions:
|
||||
- "*"
|
||||
parameters:
|
||||
# pgvector HNSW index memory settings
|
||||
maintenance_work_mem: "256MB"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue