Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Snuba config #135

Merged
merged 8 commits into from Aug 31, 2020
Merged

Improve Snuba config #135

merged 8 commits into from Aug 31, 2020

Conversation

J0sh0nat0r
Copy link
Collaborator

This PR improves the Snuba config in-order to reduce the maintanance required to support future versions of Snuba.

@J0sh0nat0r J0sh0nat0r requested a review from Mokto July 27, 2020 19:01
REDIS_HOST = {{ include "sentry.redis.host" . | quote }}
REDIS_PORT = {{ include "sentry.redis.port" . }}
{{- if $redisPass }}
REDIS_PASSWORD = {{ $redisPass | quote }}
{{- end }}
REDIS_DB = int(env("REDIS_DB", 1))
USE_REDIS_CLUSTER = False
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You removed this and both DOGSTATSD, I just want to make sure it's on purpose?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, we should now be able to inherit the values from the default settings.py

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@J0sh0nat0r
Copy link
Collaborator Author

@Mokto Hey just wondering if you wanted me to merge this or if something's blocking?

@Mokto
Copy link
Contributor

Mokto commented Aug 31, 2020

Go for it!

@J0sh0nat0r J0sh0nat0r merged commit 6aa192f into sentry-kubernetes:develop Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants