N
06/24/2025, 9:07 AMchi-single-clickhouse-cluster
.
Just wanted to confirm a couple of things:
1. What values should I override in the values.yaml
file of the SigNoz Helm chart to connect to this existing cluster?
2. How do I migrate the SigNoz schema into this ClickHouse cluster?
Here’s the config I’m currently planning to use — is this correct?
clickhouse:
enabled: false
externalClickhouse:
host: chi-clickhouse.clickhouse.svc.cluster.local
httpPort: 8123
tcpPort: 9000
cluster: chi-single-clickhouse-cluster
secure: false
user: default
password: "your-password"
N
06/24/2025, 9:13 AM