chore(helm): clickhouse use kafka zookeeper

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-05-19 18:09:59 +02:00
parent 18a09cf66b
commit 9526ea68aa
2 changed files with 7 additions and 1 deletions

View file

@ -14,7 +14,8 @@ spec:
configuration:
zookeeper:
nodes:
- host: zookeeper
- host: "{{ .Values.global.kafka.zookeeperHost }}"
port: "{{ .Values.global.kafka.zookeeperNonTLSPort }}"
clusters:
- name: replicated
layout:

View file

@ -24,9 +24,14 @@ kafka: &kafka
# For enterpriseEdition
# enabled: true
kafkaHost: "kafka.db.svc.cluster.local"
# For now, clickhouse doesn't support zookeeper tls intgration.
# So we need http endpoint
zookeeperHost: "databases-zookeeper.svc.cluster.local"
zookeeperNonTLSPort: 2181
kafkaPort: "9092"
kafkaUseSsl: "false"
redis: &redis
# For enterpriseEdition
# enabled: false