plutov/clickhouse-helm

Use an external Zookeeper and optional graphite and tabix

Closed this issue · 2 comments

Hi,

The helm chart should be able to use the external zookeeper by given the link (so enable true or false). Furthermore, the graphite and tabix should be optional, hence one should be able to enable and disable them. Otherwise, good work :)

Syd

Actually tabix and graphite are already optional:

tabix:
  enabled: false
  lbEnabled: false

# Add monitoring with graphite
graphite:
  enabled: false
  lbEnabled: false```

Perfect!!
Yeah sorry just realised it. Cheers