mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 14:57:16 +08:00
Delete unused servers value
This commit is contained in:
@@ -58,7 +58,6 @@ 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` |
|
||||
| `servers` | List of servers | `[]` |
|
||||
| `allowAnonymousLogin` | Allow to accept connections from unauthenticated users | `yes` |
|
||||
| `auth.existingSecret` | Use existing secret (ignores previous password) | `nil` |
|
||||
| `auth.enabled` | Enable Zookeeper auth | `false` |
|
||||
|
||||
@@ -52,10 +52,6 @@ syncLimit: 5
|
||||
##
|
||||
maxClientCnxns: 60
|
||||
|
||||
## Comma, space or colon separated list of servers. Example: zoo1:2888:3888,zoo2:2888:3888
|
||||
##
|
||||
# servers: []
|
||||
|
||||
## Allow to accept connections from unauthenticated users
|
||||
##
|
||||
allowAnonymousLogin: true
|
||||
|
||||
Reference in New Issue
Block a user