diff --git a/charts/sentry/values.yaml b/charts/sentry/values.yaml index 628ee311c..11b04c740 100644 --- a/charts/sentry/values.yaml +++ b/charts/sentry/values.yaml @@ -1921,6 +1921,8 @@ zookeeper: kafka: enabled: true provisioning: + ## Increasing the replicationFactor enhances data reliability during Kafka pod failures by replicating data across multiple brokers. + # replicationFactor: 1 enabled: true # Topic list is based on files below. # - https://github.com/getsentry/snuba/blob/master/snuba/utils/streams/topics.py @@ -2047,6 +2049,9 @@ kafka: replicaCount: 3 ## if the load on the kafka controller increases, resourcesPreset must be increased # resourcesPreset: small # small, medium, large, xlarge, 2xlarge + ## if the load on the kafka controller increases, persistence.size must be increased + # persistence: + # size: 8Gi ## Use this to enable an extra service account # serviceAccount: # create: false