deepflowio / deepflow-charts

An automated observability platform for cloud-native developers.
Apache License 2.0
11 stars 14 forks source link

[feature] configmap.clickhouse.port support custom #20

Open cyzcyzz opened 11 months ago

cyzcyzz commented 11 months ago

目前helm chart clickhouse.port 字段是写死的9000端口,当我使用公有云托管服务当作外部clickhouse数据库时,端口不固定为9000,可以考虑支持自定义端口

Nick-0314 commented 11 months ago

可以参考官网文档的使用托管clickhouse配置方法而无需关注端口

Nick-0314 commented 11 months ago

https://deepflow.io/docs/zh/best-practice/production-deployment/#%E4%BD%BF%E7%94%A8%E6%89%98%E7%AE%A1-clickhouse

可以详细看下这段helm chart的逻辑以及svc的端口映射