From 1782966cf8949c99a47dd9e9098b6475a6def301 Mon Sep 17 00:00:00 2001 From: Anton Patsev <10828883+patsevanton@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:13:53 +0600 Subject: [PATCH] docs: update configuration documentation to support more replicas (#1490) --- charts/sentry/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/sentry/values.yaml b/charts/sentry/values.yaml index 7cb56a7a6..bd47249ab 100644 --- a/charts/sentry/values.yaml +++ b/charts/sentry/values.yaml @@ -2109,6 +2109,10 @@ postgresql: ## Default connection max age is 0 (unlimited connections) ## Set to a higher number to close connections after a period of time in seconds connMaxAge: 0 + ## If you are increasing the number of replicas, you need to increase max_connections + # primary: + # extendedConfiguration: | + # max_connections=100 ## This value is only used when postgresql.enabled is set to false ## Set either externalPostgresql.password or externalPostgresql.existingSecret to configure password