I have deployed signoz using your official helm ch...
# support
a
I have deployed signoz using your official helm chart [app version 0.54]. I am trying to configure replication for clickhouse. I tried adding the following in override-values.yaml file
Copy code
clickhouse:
  layout:
    replicasCount: 2
This is creating addition pod, but replicaion is not working properly. The data is being split across the two pods, instead of same data being replicated in the two pods. In the UI when I refresh, the data keeps changing because of this. To enable replication for clickhouse, is there anything else we need to do?
@Prashant Shahi would you be able to help here? any suggestions would be helpful.