hive-apps/projects/bi/values/redpanda.yml

36 lines
468 B
YAML
Raw Normal View History

2025-01-25 13:31:34 +01:00
image:
repository: docker.redpanda.com/redpandadata/redpanda
tag: v24.3.3
2025-01-26 15:28:03 +01:00
config:
cluster:
kafka_batch_max_bytes: 16777216 #16MB
kafka_request_max_bytes: 16777216
2025-01-25 13:31:34 +01:00
console:
enabled: false
tls:
enabled: false
external:
enabled: false
service:
enabled: true
resources:
cpu:
cores: 100m
statefulset:
replicas: 1
startupProbe:
timeoutSeconds: 5
livenessProbe:
timeoutSeconds: 5
readinessProbe:
timeoutSeconds: 5