postgres: add authentik pooler, for transaction mode
This commit is contained in:
14
postgres/config/poolers/pooler-weyma-authentik.yaml
Normal file
14
postgres/config/poolers/pooler-weyma-authentik.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: postgresql.cnpg.io/v1
|
||||
kind: Pooler
|
||||
metadata:
|
||||
name: pooler-weyma-rw-authentik
|
||||
spec:
|
||||
cluster:
|
||||
name: weyma-pgsql
|
||||
instances: 3
|
||||
type: rw
|
||||
pgbouncer:
|
||||
poolMode: transaction
|
||||
parameters:
|
||||
max_client_conn: "10000"
|
||||
default_pool_size: "100"
|
||||
Reference in New Issue
Block a user