[bitnami/zookeeper] Configure max session timeout as standard env var… (#2847)

* [bitnami/zookeeper] Configure max session timeout as standard env var in helm chart

* merge master and update chart version

* merge master and update chart version

* [bitnami/zookeeper] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
c3-anuraagnalluri
2020-06-18 13:50:58 -07:00
committed by GitHub
parent 74adf29dea
commit 6452a6ecc7
5 changed files with 14 additions and 3 deletions

View File

@@ -79,6 +79,7 @@ The following tables lists the configurable parameters of the ZooKeeper chart an
| `initLimit` | Time the ZooKeeper servers in quorum have to connect to a leader | `10` |
| `syncLimit` | How far out of date a server can be from a leader | `5` |
| `maxClientCnxns` | Number of concurrent connections that a single client may make to a single member | `60` |
| `maxSessionTimeout` | Maximum session timeout in milliseconds that the server will allow the client to negotiate. | `40000` |
| `autopurge.snapRetainCount` | Number of retains snapshots for autopurge | `3` |
| `autopurge.purgeInterval ` | The time interval in hours for which the purge task has to be triggered | `0` |
| `fourlwCommandsWhitelist` | A list of comma separated Four Letter Words commands to use | `srvr, mntr` |