mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-23 03:56:24 +10:00
[bitnami/zookeeper] Fix backwards incompatibility issue (#3175)
This commit is contained in:
@@ -95,7 +95,7 @@ The following tables lists the configurable parameters of the ZooKeeper chart an
|
||||
| `logLevel` | Log level of ZooKeeper server | `ERROR` |
|
||||
| `jvmFlags` | Default JVMFLAGS for the ZooKeeper process | `nil` |
|
||||
| `config` | Configure ZooKeeper with a custom zoo.conf file | `nil` |
|
||||
| `dataLogDir` | Data log directory | `/bitnami/zookeeper/dataLog` |
|
||||
| `dataLogDir` | Data log directory | `""` |
|
||||
|
||||
### Statefulset parameters
|
||||
|
||||
|
||||
@@ -176,9 +176,10 @@ heapSize: 1024
|
||||
##
|
||||
logLevel: ERROR
|
||||
|
||||
## Data log directory. Specifying this option will direct zookeeper to write the transaction log to the dataLogDir rather than the dataDir.
|
||||
## This allows a dedicated log device to be used, and helps avoid competition between logging and snaphots.
|
||||
dataLogDir: /bitnami/zookeeper/dataLog
|
||||
## Example:
|
||||
## dataLogDir: /bitnami/zookeeper/dataLog
|
||||
##
|
||||
dataLogDir: ""
|
||||
|
||||
## Default JVMFLAGS for the ZooKeeper process
|
||||
##
|
||||
|
||||
@@ -185,7 +185,10 @@ logLevel: ERROR
|
||||
|
||||
## Data log directory. Specifying this option will direct zookeeper to write the transaction log to the dataLogDir rather than the dataDir.
|
||||
## This allows a dedicated log device to be used, and helps avoid competition between logging and snaphots.
|
||||
dataLogDir: /bitnami/zookeeper/dataLog
|
||||
## Example:
|
||||
## dataLogDir: /bitnami/zookeeper/dataLog
|
||||
##
|
||||
dataLogDir: ""
|
||||
|
||||
## Default JVMFLAGS for the ZooKeeper process
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user