Skip to content

Commit

Permalink
fix(pg): remove default cnpg pooler (currently never used)
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Oct 13, 2023
1 parent b157230 commit e9905b0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions plugins/fabrique/charts/pg/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ cnpg-cluster:
image:
repository: "ghcr.io/cloudnative-pg/postgis"
tag: "14"
poolers:
rw:
~tpl~instances: "{{ or (and .Values.Parent._ProjectValues (index .Values.Parent._ProjectValues `cnpg-cluster`).instances) ((or .Values.global.isProd .Values.global.isPreProd) | ternary `3` `1`) }}"
type: rw
pgbouncer:
poolMode: session
parameters:
max_client_conn: "1000"
# default_pool_size: "10"
backup:
~tpl~enabled: "{{ (or .Values.Parent.backup.enabled .Values.global.isProd .Values.global.isPreProd) | ternary `true` `false` }}"
schedule: "0 0 0 * * *" # daily
Expand Down

0 comments on commit e9905b0

Please sign in to comment.