mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
[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:
committed by
GitHub
parent
74adf29dea
commit
6452a6ecc7
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user