Skip to content

Commit

Permalink
docs: update configuration documentation to support more replicas (#1490
Browse files Browse the repository at this point in the history
)
  • Loading branch information
patsevanton authored Sep 27, 2024
1 parent 7885354 commit 1782966
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1782966

Please sign in to comment.