diff --git a/charts/sentry/values.yaml b/charts/sentry/values.yaml index 5846cd9f4..8c8e7d226 100644 --- a/charts/sentry/values.yaml +++ b/charts/sentry/values.yaml @@ -1806,7 +1806,7 @@ openai: {} # existingSecretKey: "" # by default "api-token" nginx: - enabled: true # true, if Safari compatibility is needed + enabled: true # true, if Safari compatibility is needed containerPort: 8080 existingServerBlockConfigmap: '{{ template "sentry.fullname" . }}' resources: {} @@ -2016,6 +2016,7 @@ kafka: enabled: true provisioning: ## Increasing the replicationFactor enhances data reliability during Kafka pod failures by replicating data across multiple brokers. + # Note that existing topics will remain with replicationFactor: 1 when updated. replicationFactor: 3 enabled: true # Topic list is based on files below.