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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
58e18b69
Commit
58e18b69
authored
4 years ago
by
Benedikt Wetzel
Committed by
Sören Henning
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add configuration for one-broker execution
Closes
#38
parent
c4e9f130
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
execution/helm/README.md
+4
-0
4 additions, 0 deletions
execution/helm/README.md
execution/helm/one-broker-values.yaml
+15
-0
15 additions, 0 deletions
execution/helm/one-broker-values.yaml
with
19 additions
and
0 deletions
execution/helm/README.md
+
4
−
0
View file @
58e18b69
...
@@ -17,6 +17,10 @@ Dependencies and sub charts:
...
@@ -17,6 +17,10 @@ Dependencies and sub charts:
-
kafka-client
-
kafka-client
-
zookeeper
-
zookeeper
## Configuration
In development environments Kubernetes resources are often low. To reduce resource consumption, we provide an
`one broker-value.yaml`
file. This file can be used with
`helm install theodolite <path-to-chart> -f one-broker-values.yaml`
.
## Development
## Development
### Sub charts
### Sub charts
...
...
This diff is collapsed.
Click to expand it.
execution/helm/one-broker-values.yaml
0 → 100644
+
15
−
0
View file @
58e18b69
cp-helm-charts
:
## ------------------------------------------------------
## Zookeeper
## ------------------------------------------------------
cp-zookeeper
:
servers
:
1
# default: 3
## ------------------------------------------------------
## Kafka
## ------------------------------------------------------
cp-kafka
:
brokers
:
1
# deauflt: 10
configurationOverrides
:
offsets.topic.replication.factor
:
"
1"
\ No newline at end of file
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