-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example configuration for external clickhouse? #146
Comments
Hello. You can use this code in chart values. Only IP allowed. If you want to use loghouse with k8s clickhouse - use Cluster IP for your service.
|
But thats crazy limitation. If Cluster IP will change, I will need to redeploy loghouse. Why dont use dns service name? |
It is rather hard to create and test chart with so many options. I will keep this issue in mind. |
It looks strange, that one of release features is not usable without "custom" hacks. |
We are using clickhouse on external servers with static IP, internal cluster is next release feature. |
We have a plan to support different setups for clickhouse, it is here: #47 Right now the chart supports these setups:
It seems that your |
Any news on that feature? |
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:If I add external endpoints, it requires IP address:
What is the proper way (or example) of setting loghouse with external clickhouse?
The text was updated successfully, but these errors were encountered: