chore(helm): kafka topic size update

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-06-22 17:11:25 +02:00
parent e07404de22
commit 5ff8fc6960

View file

@ -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