chore(thin,cloudpg): scale down to 1 replica, disable PDB
This commit is contained in:
parent
2b3b557ba8
commit
449874735b
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,8 @@ metadata:
|
|||
name: postgres16
|
||||
namespace: database
|
||||
spec:
|
||||
instances: 3
|
||||
instances: 1
|
||||
enablePDB: false # NOTE: enable when instances > 1
|
||||
imageName: ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.4 #ghcr.io/cloudnative-pg/postgresql:16.4-28
|
||||
primaryUpdateStrategy: unsupervised
|
||||
storage:
|
||||
|
@ -22,7 +23,6 @@ spec:
|
|||
max_connections: "400"
|
||||
shared_buffers: 256MB
|
||||
enableAlterSystem: true # must be set to true to enable pgvecto.rs
|
||||
enablePDB: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: 20m
|
||||
|
|
Loading…
Add table
Reference in a new issue