Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
3fff6b24
Commit
3fff6b24
authored
3 years ago
by
Simon Ehrenstein
Browse files
Options
Downloads
Patches
Plain Diff
Set default kafka properties
parent
698db95c
No related branches found
No related tags found
1 merge request
!243
Migrate to Strimzi Kafka
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helm/templates/strimzi/kafka-cluster.yaml
+6
-0
6 additions, 0 deletions
helm/templates/strimzi/kafka-cluster.yaml
with
6 additions
and
0 deletions
helm/templates/strimzi/kafka-cluster.yaml
+
6
−
0
View file @
3fff6b24
...
@@ -19,6 +19,12 @@ spec:
...
@@ -19,6 +19,12 @@ spec:
configMapKeyRef
:
configMapKeyRef
:
name
:
kafka-metrics
name
:
kafka-metrics
key
:
kafka-metrics-config.yml
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
:
{}
kafkaExporter
:
{}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment