From 0fb9726626e42d01c85ac54fff558f0a9bf6f035 Mon Sep 17 00:00:00 2001 From: Adrien Chauve Date: Tue, 3 Oct 2023 16:24:08 +0200 Subject: [PATCH] feat(pg): enable pg_stat_statements by default --- plugins/fabrique/charts/pg/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/fabrique/charts/pg/values.yaml b/plugins/fabrique/charts/pg/values.yaml index abd2bab7c4..7fe8ec1a08 100644 --- a/plugins/fabrique/charts/pg/values.yaml +++ b/plugins/fabrique/charts/pg/values.yaml @@ -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