chore(helm): kafka topic size update
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
e07404de22
commit
5ff8fc6960
1 changed files with 9 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ postgresql: &postgres
|
|||
# cpu: 250m
|
||||
# limits:
|
||||
# memory: 3000Mi
|
||||
# asdf
|
||||
# cpu: 2
|
||||
|
||||
clickhouse:
|
||||
|
|
@ -30,6 +31,14 @@ kafka: &kafka
|
|||
zookeeperNonTLSPort: 2181
|
||||
kafkaPort: "9092"
|
||||
kafkaUseSsl: "false"
|
||||
maxMessageBytes: _3000000
|
||||
# deleteTopicEnable: true
|
||||
extraEnvVars:
|
||||
- name: KAFKA_CFG_REPLICA_FETCH_MAX_BYTES
|
||||
value: "3000000"
|
||||
# This value already exist in the kafka values.yaml file, so overriding in top
|
||||
# - name: KAFKA_CFG_MESSAGE_MAX_BYTES
|
||||
# value: "3000000"
|
||||
|
||||
|
||||
redis: &redis
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue