File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
charts/sentry/templates/snuba Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ settings.py: |
43
43
"password": env("CLICKHOUSE_PASSWORD", ""),
44
44
"max_connections": int(os.environ.get("CLICKHOUSE_MAX_CONNECTIONS", 100)),
45
45
"database": env("CLICKHOUSE_DATABASE", "default"),
46
+ "cluster_name": env("CLICKHOUSE_CLUSTER_NAME", "default"),
47
+ "distributed_cluster_name": env("CLICKHOUSE_DISTRIBUTED_CLUSTER_NAME", "default"),
46
48
"http_port": { { include " sentry.clickhouse.http_port" . } },
47
49
"storage_sets": {
48
50
" cdc" ,
@@ -74,7 +76,7 @@ settings.py: |
74
76
The default clickhouse installation runs in distributed mode, while the external
75
77
clickhouse configured can be configured any way you choose
76
78
*/} }
77
- "single_node": True
79
+ "single_node": False
78
80
},
79
81
]
80
82
You can’t perform that action at this time.
0 commit comments