Skip to content

Latest commit

 

History

History

clickhouse

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

clickhouse

Version: 0.1.3 Type: application AppVersion: 23.8.8.21

A Helm chart for creating a ClickHouse Cluster with the Altinity Operator for ClickHouse

Requirements

Repository Name Version
https://docs.altinity.com/clickhouse-operator operator(altinity-clickhouse-operator) 0.23.6
https://helm.altinity.com keeper(clickhouse-keeper-sts) 0.1.3

Values

Key Type Default Description
clickhouse.antiAffinity bool false
clickhouse.defaultUser.allowExternalAccess bool false Allow the default user to access ClickHouse from any IP. If set, will override hostIP to always be 0.0.0.0/0.
clickhouse.defaultUser.hostIP string "127.0.0.1/32"
clickhouse.defaultUser.password string ""
clickhouse.image.pullPolicy string "IfNotPresent"
clickhouse.image.repository string "altinity/clickhouse-server"
clickhouse.image.tag string "23.8.8.21.altinitystable" Override the image tag for a specific version
clickhouse.keeper object {"host":"","port":2181} Keeper connection settings for ClickHouse instances.
clickhouse.keeper.host string "" Specify a keeper host. Should be left empty if clickhouse-keeper.enabled is true. Will override the defaults set from clickhouse-keeper.enabled.
clickhouse.keeper.port int 2181 Override the default keeper port
clickhouse.persistence.accessMode string "ReadWriteOnce"
clickhouse.persistence.enabled bool true enable storage
clickhouse.persistence.logs.accessMode string "ReadWriteOnce"
clickhouse.persistence.logs.enabled bool false enable pvc for logs
clickhouse.persistence.logs.size string "10Gi" size for logs pvc
clickhouse.persistence.size string "10Gi" volume size (per replica)
clickhouse.persistence.storageClass string ""
clickhouse.podAnnotations object {}
clickhouse.podLabels object {}
clickhouse.replicasCount int 1 number of replicas. If greater than 1, keeper must be enabled or a keeper host should be provided under clickhouse.keeper.host. Will be ignored if zones is set.
clickhouse.service.type string "ClusterIP"
clickhouse.zones list []
keeper.enabled bool false Whether to enable Keeper. Required for replicated tables.
keeper.replicaCount int 3 Number of keeper replicas. Must be an odd number. !! DO NOT CHANGE AFTER INITIAL DEPLOYMENT
operator.enabled bool true Whether to enabled the Altinity Operator for ClickHouse. Disable if you already have the Operator installed cluster-wide.

Autogenerated from chart metadata using helm-docs v1.13.1