fix: Update README.md with Latest Configuration Values #1665
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the README.md file to reflect the latest configuration values for the Sentry Helm chart. The changes include updates to various sections of the configuration table to ensure it accurately represents the current state of the Helm chart.
Clickhouse Configuration:
clickhouse.clickhouse.imageVersion
as it is no longer needed.clickhouse.nodeSelector
to allow for node selection configuration.Kafka Configuration:
Global Configuration:
global.nodeSelector
,global.sidecars
,global.tolerations
, andglobal.volumes
for more flexible deployment configurations.Memcached and Redis:
nodeSelector
options for both Memcached and Redis to support node-specific deployments.Metrics and Nginx:
sidecars
andvolumes
configurations for metrics.nodeSelector
for Nginx to allow for node-specific deployments.PostgreSQL and PgBouncer:
Sentry Web and Worker:
existingSecretEnv
from a list to a string for consistency and simplicity.Snuba Consumers:
autoOffsetReset
configurations from various Snuba consumers as they are no longer needed.sidecars
configurations for profiling consumers.Zookeeper:
nodeSelector
for Zookeeper to support node-specific deployments.These changes aim to improve the flexibility, reliability, and performance of the Sentry Helm chart. Please review the changes and provide feedback.
Reviewers:
Thank you for your time and review!