Skip to content
Snippets Groups Projects
Commit 4581d743 authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Improve structure of helm chart

parent 3fff6b24
No related branches found
No related tags found
1 merge request!243Migrate to Strimzi Kafka
......@@ -27,6 +27,7 @@ dependencies:
- name: strimzi-kafka-operator
version: 0.27.1
repository: https://strimzi.io/charts/
condition: strimzi-kafka-operator.enabled
version: 0.7.0-SNAPSHOT
......
......@@ -5,30 +5,17 @@ metadata:
spec:
kafka:
jmxOptions: {}
listeners:
- name: plain
port: 9092
type: internal
tls: false
storage:
type: ephemeral
replicas: 3
metricsConfig:
type: jmxPrometheusExporter
valueFrom:
configMapKeyRef:
name: kafka-metrics
key: kafka-metrics-config.yml
config:
message.max.bytes: "134217728" # 128 MB
replica.fetch.max.bytes: "134217728" #128 MB
auto.create.topics.enable: false
log.retention.ms: "7200000" # 2h
metrics.sample.window.ms: "5000" #5s
kafkaExporter: {}
zookeeper:
replicas: 3
storage:
type: ephemeral
......@@ -156,12 +156,25 @@ cp-helm-charts:
## The interval between refreshing metrics
pollIntervalSeconds: 15
prometheus:
serviceMonitor:
enabled: true
interval: "5s"
additionalLabels:
appScope: titan-ccp
strimzi-kafka-operator:
enabled: true
kafka:
listeners:
- name: plain
port: 9092
type: internal
tls: false
replicas: 3
config:
message.max.bytes: "134217728" # 128 MB
replica.fetch.max.bytes: "134217728" #128 MB
auto.create.topics.enable: false
log.retention.ms: "7200000" # 2h
metrics.sample.window.ms: "5000" #5s
zookeeper:
replicas: 3
###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment