Skip to content
Snippets Groups Projects
Commit 1acd38d5 authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Allow to set resources via values.yaml

parent 856b7521
No related branches found
No related tags found
1 merge request!264Allow to set resources via values.yaml
......@@ -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.
Please to comment