Skip to content
Snippets Groups Projects
Commit 9da65c11 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Merge branch 'master' of git.se.informatik.uni-kiel.de:she/theodolite into update-helm-chart

parents 9ffbf4b6 edb188b1
No related branches found
No related tags found
1 merge request!194update helm charts
...@@ -9,6 +9,8 @@ helm dependencies update . ...@@ -9,6 +9,8 @@ helm dependencies update .
helm install theodolite . helm install theodolite .
``` ```
Additionally, a PersistentVolumeClaim with the name `theodolite-pv-claim` needs to be created or the results volume can be disabled as done with the minimal configuration, described below.
## Customize Installation ## Customize Installation
As usual, the installation with Helm can be configured by passing a values YAML file: As usual, the installation with Helm can be configured by passing a values YAML file:
......
...@@ -6,3 +6,7 @@ cp-helm-charts: ...@@ -6,3 +6,7 @@ cp-helm-charts:
brokers: 1 brokers: 1
configurationOverrides: configurationOverrides:
offsets.topic.replication.factor: "1" offsets.topic.replication.factor: "1"
operator:
resultsVolume:
enabled: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment