chore(thin,cloudpg): scale down to 1 replica, disable PDB

This commit is contained in:
SeanOMik 2025-02-19 23:49:05 -05:00
parent 2b3b557ba8
commit 449874735b
Signed by: SeanOMik
GPG key ID: FEC9E2FC15235964

View file

@ -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