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
Branches
Tags
1 merge request!264Allow to set resources via values.yaml
...@@ -39,6 +39,11 @@ spec: ...@@ -39,6 +39,11 @@ spec:
nodeSelectorTerms: nodeSelectorTerms:
{{- toYaml . | nindent 16 }} {{- toYaml . | nindent 16 }}
{{- end}} {{- end}}
{{- with .Values.strimzi.kafka.resources}}
resources:
{{- toYaml . | nindent 6 }}
{{- end}}
zookeeper: zookeeper:
{{- with .Values.strimzi.zookeeper.replicas }} {{- with .Values.strimzi.zookeeper.replicas }}
......
...@@ -174,6 +174,7 @@ strimzi: ...@@ -174,6 +174,7 @@ strimzi:
"-Xmx": "512M" "-Xmx": "512M"
"-Xms": "512M" "-Xms": "512M"
nodeSelectorTerms: [] nodeSelectorTerms: []
resources: {}
zookeeper: zookeeper:
replicas: 3 replicas: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment