Skip to content

Commit

Permalink
Fix lint and add comment about existing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeabih committed Jan 21, 2025
1 parent fa24a10 commit ae1c4e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ae1c4e5

Please sign in to comment.