feat(postgres): switch to container images with pgvecto.rs extension
This commit is contained in:
parent
185d178def
commit
31551ac3ed
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@ metadata:
|
|||
namespace: database
|
||||
spec:
|
||||
instances: 3
|
||||
imageName: ghcr.io/cloudnative-pg/postgresql:16.4-28
|
||||
imageName: ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.4 #ghcr.io/cloudnative-pg/postgresql:16.4-28
|
||||
primaryUpdateStrategy: unsupervised
|
||||
storage:
|
||||
size: 20Gi
|
||||
|
@ -16,6 +16,8 @@ spec:
|
|||
name: cloudnative-pg-secret
|
||||
enableSuperuserAccess: true
|
||||
postgresql:
|
||||
shared_preload_libraries:
|
||||
- "vectors.so"
|
||||
parameters:
|
||||
max_connections: "400"
|
||||
shared_buffers: 256MB
|
||||
|
|
Loading…
Add table
Reference in a new issue