Skip to content

Commit

Permalink
increase persistence values
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve authored Nov 20, 2022
1 parent dc9463d commit 11b56f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ persistence:
- ReadWriteOnce
## @param persistence.size PVC Storage Request for Kafka data volume
##
size: 8Gi
size: 25Gi
## @param persistence.annotations Annotations for the PVC
##
annotations: {}
Expand Down Expand Up @@ -945,7 +945,7 @@ logPersistence:
- ReadWriteOnce
## @param logPersistence.size PVC Storage Request for Kafka logs volume
##
size: 8Gi
size: 25Gi
## @param logPersistence.annotations Annotations for the PVC
##
annotations: {}
Expand Down Expand Up @@ -1672,12 +1672,12 @@ zookeeper:
storageClass: ""
accessModes:
- ReadWriteOnce
size: 8Gi
size: 25Gi

## External Zookeeper Configuration
## All of these values are only used if `zookeeper.enabled=false`
##
externalZookeeper:
## @param externalZookeeper.servers List of external zookeeper servers to use. Typically used in combination with 'zookeeperChrootPath'.
##
servers: []
servers: []

0 comments on commit 11b56f2

Please sign in to comment.