Skip to content

Commit

Permalink
add ssl config
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyatsk authored Jan 20, 2025
1 parent 9513277 commit f9af84d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/sentry/templates/snuba/_helper-snuba.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ settings.py: |
{
"host": env("CLICKHOUSE_HOST", {{ include "sentry.clickhouse.host" . | quote }}),
"port": int({{ include "sentry.clickhouse.port" . }}),
"secure": env("CLICKHOUSE_SECURE", False),
"ca_certs": env("CLICKHOUSE_CA_CERTS", None),
"verify": env("CLICKHOUSE_VERIFY", False),
"user": env("CLICKHOUSE_USER", "default"),
"password": env("CLICKHOUSE_PASSWORD", ""),
"max_connections": int(os.environ.get("CLICKHOUSE_MAX_CONNECTIONS", 100)),
Expand Down

0 comments on commit f9af84d

Please sign in to comment.