From 30efad8bad197227e9c3b3d23f9cff046c59dd3f Mon Sep 17 00:00:00 2001 From: Renaud Chaput Date: Fri, 27 Oct 2023 11:53:11 +0200 Subject: [PATCH] Bump chart version to force a release --- test-values.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 test-values.yaml diff --git a/test-values.yaml b/test-values.yaml new file mode 100644 index 0000000..e0b8c4f --- /dev/null +++ b/test-values.yaml @@ -0,0 +1,30 @@ +nodeSelector: + joinmastodon.org/property: mastodon.social +replicaCount: 1 + +databases: + social-db-01: + host: 10.11.128.6 + port: 5432 + user: maas_msocial + dbname: maas_msocial + + social-db-02: + host: 10.11.128.7 + port: 5432 + user: maas_msocial + dbname: maas_msocial + +settings: + statsUsers: + - pgbouncer_exporter + connectionLimits: + maxClientConn: 4000 + defaultPoolSize: 750 # * 2 = 1200, less than the 1300 max_conn on pg servers + +resources: + requests: + cpu: 1 + memory: 128Mi + limits: + memory: 512Mi