Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit d249bba

Browse files
committed
fixed values.yaml
1 parent ced4f67 commit d249bba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

values.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ cp-zookeeper:
1919
## Size for Data dir, where ZooKeeper will store the in-memory database snapshots.
2020
dataDirSize: 10Gi
2121
# dataDirStorageClass: ""
22+
## Size for data log dir, which is a dedicated log device to be used, and helps avoid competition between logging and snaphots.
23+
dataLogDirSize: 10Gi
24+
# dataLogDirStorageClass: ""
25+
2226
# TODO: find correct security context for user in this zk-image
2327
securityContext:
2428
runAsUser: 0
2529

26-
## Size for data log dir, which is a dedicated log device to be used, and helps avoid competition between logging and snaphots.
27-
dataLogDirSize: 10Gi
28-
# dataLogDirStorageClass: ""
2930
resources: {}
3031
## If you do want to specify resources, uncomment the following lines, adjust them as necessary,
3132
## and remove the curly braces after 'resources:'

0 commit comments

Comments
 (0)