feat(manifests): add rw pooler
This commit is contained in:
parent
f03642bb78
commit
ad548f6b80
1 changed files with 15 additions and 0 deletions
15
manifests/postgres/pooler-rw.yaml
Normal file
15
manifests/postgres/pooler-rw.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Pooler
|
||||
metadata:
|
||||
name: true-tetra-rw
|
||||
namespace: postgres
|
||||
spec:
|
||||
cluster:
|
||||
name: moving-moose
|
||||
instances: 3
|
||||
type: rw
|
||||
pgbouncer:
|
||||
poolMode: session
|
||||
parameters:
|
||||
max_client_conn: "300"
|
||||
default_pool_size: "10"
|
||||
Reference in a new issue