Hi team I'm setting up a self-hosted SigNoz instan...
# support
n
Hi team I'm setting up a self-hosted SigNoz instance and want to use an existing ClickHouse cluster that we've already deployed. The cluster is named
chi-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?
Copy code
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"
@Nagesh Bansal @Srikanth Chekuri