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
|
name: postgres16
|
||||||
namespace: database
|
namespace: database
|
||||||
spec:
|
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
|
imageName: ghcr.io/tensorchord/cloudnative-pgvecto.rs:16.4 #ghcr.io/cloudnative-pg/postgresql:16.4-28
|
||||||
primaryUpdateStrategy: unsupervised
|
primaryUpdateStrategy: unsupervised
|
||||||
storage:
|
storage:
|
||||||
|
@ -22,7 +23,6 @@ spec:
|
||||||
max_connections: "400"
|
max_connections: "400"
|
||||||
shared_buffers: 256MB
|
shared_buffers: 256MB
|
||||||
enableAlterSystem: true # must be set to true to enable pgvecto.rs
|
enableAlterSystem: true # must be set to true to enable pgvecto.rs
|
||||||
enablePDB: true
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 20m
|
cpu: 20m
|
||||||
|
|
Loading…
Add table
Reference in a new issue