I've installed SigNoz using K8s Helm chart. My k8s cluster has custom domain name like instead of "cluster.local" it is "pbvl.custom.cluster". Now I am facing issues in clickhouse-operator. Inside clickhouse-operator it is searching for FQDN with "x.x.x.svc.cluster.local" instead of "x.x.x.svc.pbvl.custom.cluster".
Anyone facing similar issues or have any insights about how can I resolve this issue? Thanks!