Skip to content
Snippets Groups Projects
Commit c53502ba authored by Sören Henning's avatar Sören Henning
Browse files

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

parents 5a09fc39 2d29c07a
No related branches found
No related tags found
No related merge requests found
Pipeline #7342 passed
......@@ -39,6 +39,11 @@ spec:
nodeSelectorTerms:
{{- toYaml . | nindent 16 }}
{{- end}}
{{- with .Values.strimzi.kafka.resources}}
resources:
{{- toYaml . | nindent 6 }}
{{- end}}
zookeeper:
{{- with .Values.strimzi.zookeeper.replicas }}
......
......@@ -174,6 +174,7 @@ strimzi:
"-Xmx": "512M"
"-Xms": "512M"
nodeSelectorTerms: []
resources: {}
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