Skip to content

Commit

Permalink
feat(pg): enable pg_stat_statements by default
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Oct 3, 2023
1 parent 93f1b96 commit 0fb9726
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/fabrique/charts/pg/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ cnpg-cluster:
~tpl~instances: "{{ or (and .Values.Parent._ProjectValues (index .Values.Parent._ProjectValues `cnpg-cluster`).instances) ((or .Values.global.isProd .Values.global.isPreProd) | ternary `3` `1`) }}"
postgresqlParameters:
TimeZone: "Europe/Paris"
pg_stat_statements.max: "10000"
pg_stat_statements.track: all
extensions:
- postgis
- postgis_topology
Expand Down

0 comments on commit 0fb9726

Please sign in to comment.