Skip to content

Commit

Permalink
docs: add persistence size notes for Zookeeper and PostgreSQL (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
patsevanton authored Oct 8, 2024
1 parent 80a1dda commit 84fe3e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 84fe3e7

Please sign in to comment.