[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:
咸鱼老罗
2022-12-21 09:25:40 +01:00
committed by GitHub
co-authored by Bitnami Containers
parent 669a7a44b2
commit 145dad76ea
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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` |
+1 -1
View File
@@ -1043,7 +1043,7 @@ externalZookeeper:
##
zookeeper:
enabled: true
replicaCount: 2
replicaCount: 3
service:
ports:
client: 2181