From aec76e6e397c62d9b5ff768fdbd997fa82bc99f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Thu, 20 Sep 2018 09:51:45 +0200 Subject: [PATCH] Fix ports in README Solve this issue #793 --- bitnami/zookeeper/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bitnami/zookeeper/README.md b/bitnami/zookeeper/README.md index 2e11d78f4..d1ccfa806 100644 --- a/bitnami/zookeeper/README.md +++ b/bitnami/zookeeper/README.md @@ -70,7 +70,9 @@ The following tables lists the configurable parameters of the Zookeeper chart an | `jvmFlags` | Default JVMFLAGS for the ZooKeeper process | `nil` | | `config` | Configure ZooKeeper with a custom zoo.conf file | `nil` | | `service.type` | Kubernetes Service type | `ClusterIP` | -| `service.port` | PostgreSQL port | `5432` | +| `service.port` | ZooKeeper port | `2181` | +| `service.followerPort` | ZooKeeper follower port | `2888` | +| `service.electionPort` | ZooKeeper election port | `3888` | | `securityContext.enabled` | Enable security context (redis master pod) | `true` | | `securityContext.fsGroup` | Group ID for the container (redis master pod) | `1001` | | `securityContext.runAsUser` | User ID for the container (redis master pod) | `1001` |