From 84fe3e7729c2688c7905361bc86c37ddb4e60459 Mon Sep 17 00:00:00 2001 From: Anton Patsev <10828883+patsevanton@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:07:20 +0600 Subject: [PATCH] docs: add persistence size notes for Zookeeper and PostgreSQL (#1519) --- charts/sentry/values.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/sentry/values.yaml b/charts/sentry/values.yaml index 7398b3471..48ea250c4 100644 --- a/charts/sentry/values.yaml +++ b/charts/sentry/values.yaml @@ -1939,6 +1939,9 @@ zookeeper: enabled: true nameOverride: zookeeper-clickhouse replicaCount: 1 + ## When increasing the number of exceptions, you need to increase persistence.size + # persistence: + # size: 8Gi # Settings for Kafka. # See https://github.com/bitnami/charts/tree/master/bitnami/kafka @@ -2159,6 +2162,10 @@ postgresql: # primary: # extendedConfiguration: | # max_connections=100 + ## When increasing the number of exceptions, you need to increase persistence.size + # primary: + # persistence: + # size: 8Gi ## This value is only used when postgresql.enabled is set to false ## Set either externalPostgresql.password or externalPostgresql.existingSecret to configure password