fix: match pg-cluster manifest to live CNPG cluster state
- Remove imageName (was never applied, live cluster uses default CNPG image)
- Remove maintenance_work_mem (live cluster has no custom parameters)
- Set postgresql: {} to match live state
- Keep memory role superuser: true (the only needed change)
Fixes CNPG admission webhook: 'Can't change image name and configuration at the same time'
This commit is contained in:
parent
126978a2bc
commit
27b7334dfb
1 changed files with 1 additions and 6 deletions
|
|
@ -6,15 +6,10 @@ metadata:
|
||||||
|
|
||||||
spec:
|
spec:
|
||||||
instances: 1
|
instances: 1
|
||||||
# Custom image with pgvector extension
|
|
||||||
imageName: "gcr.io/devops-lab-cluster/postgres-pgvector:15.2-0.8.0"
|
|
||||||
storage:
|
storage:
|
||||||
size: 20Gi
|
size: 20Gi
|
||||||
|
|
||||||
postgresql:
|
postgresql: {}
|
||||||
parameters:
|
|
||||||
# pgvector HNSW index memory settings
|
|
||||||
maintenance_work_mem: "256MB"
|
|
||||||
|
|
||||||
managed:
|
managed:
|
||||||
roles:
|
roles:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue