mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-08 21:01:43 +10:00
[clickhouse] update clickhouse zk cluster replica to 3 (#14002)
* update clickhouse zk cluster replica to 3 Signed-off-by: lusson <lusson@foxmail.com> * upgrade clickhouse version Signed-off-by: lusson <lusson@foxmail.com> * clickhouse: upgrade version to 2.2.0 Signed-off-by: lusson <lusson@foxmail.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: lusson <lusson@foxmail.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
co-authored by
Bitnami Containers
parent
669a7a44b2
commit
145dad76ea
@@ -25,4 +25,4 @@ name: clickhouse
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/clickhouse
|
||||
- https://github.com/ClickHouse/ClickHouse
|
||||
version: 2.1.1
|
||||
version: 2.2.0
|
||||
|
||||
@@ -333,7 +333,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| Name | Description | Value |
|
||||
| -------------------------------- | ----------------------------- | ------ |
|
||||
| `zookeeper.enabled` | Deploy Zookeeper subchart | `true` |
|
||||
| `zookeeper.replicaCount` | Number of Zookeeper instances | `2` |
|
||||
| `zookeeper.replicaCount` | Number of Zookeeper instances | `3` |
|
||||
| `zookeeper.service.ports.client` | Zookeeper client port | `2181` |
|
||||
|
||||
|
||||
|
||||
@@ -1043,7 +1043,7 @@ externalZookeeper:
|
||||
##
|
||||
zookeeper:
|
||||
enabled: true
|
||||
replicaCount: 2
|
||||
replicaCount: 3
|
||||
service:
|
||||
ports:
|
||||
client: 2181
|
||||
|
||||
Reference in New Issue
Block a user