This repository contains resources for deploying ClickHouse and optional ClickHouse Keeper on Kubernetes using the official ClickHouse containers.
helm repo add clickhouse-k8s https://korax-dev.github.io/clickhouse-k8s
helm repo update
helm install clickhouse clickhouse-k8s/clickhouse -f values.yamlhelm repo update
helm upgrade clickhouse clickhouse-k8s/clickhouseFor more detailed information on configuration options and usage, please refer to the chart's README.