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
ff0d8a12
Commit
ff0d8a12
authored
3 years ago
by
Simon Ehrenstein
Browse files
Options
Downloads
Patches
Plain Diff
Add jvm options
parent
99e1fb66
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/values.yaml
+9
-6
9 additions, 6 deletions
helm/values.yaml
with
9 additions
and
6 deletions
helm/values.yaml
+
9
−
6
View file @
ff0d8a12
...
...
@@ -167,12 +167,15 @@ strimzi-kafka-operator:
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
"
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
jvmOptions
:
"
-Xmx"
:
"
512M"
"
-Xms"
:
"
512M"
zookeeper
:
replicas
:
3
...
...
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