diff --git a/postgres/config/poolers/pooler-weyma-authentik.yaml b/postgres/config/poolers/pooler-weyma-authentik.yaml new file mode 100644 index 0000000..c8a7373 --- /dev/null +++ b/postgres/config/poolers/pooler-weyma-authentik.yaml @@ -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" \ No newline at end of file