Hi! Thanks for the great work.
I am trying to install loghouse with external clickhouse server, but have a problem. I always get config errors.
If I set server name to dns name inside kubernetes cluster, I get error about . in name:
clickhouse:
external: true
server: clickhouse.clickhouse
...
If I add external endpoints, it requires IP address:
clickhouse:
external: true
externalEndpoints:
- clickhouse.clickhouse
...
What is the proper way (or example) of setting loghouse with external clickhouse?