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

Allow for more flexible Strimzi configuration

parent 88f666c3
No related branches found
No related tags found
No related merge requests found
Pipeline #8843 passed
......@@ -30,14 +30,9 @@ spec:
configMapKeyRef:
name: {{ template "theodolite.fullname" . }}-kafka-metrics
key: kafka-metrics-config.yml
{{- with .Values.strimzi.kafka.nodeSelectorTerms}}
{{- with .Values.strimzi.kafka.template}}
template:
pod:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
{{- toYaml . | nindent 16 }}
{{- toYaml . | nindent 6 }}
{{- end}}
{{- with .Values.strimzi.kafka.resources}}
resources:
......@@ -52,14 +47,9 @@ spec:
{{- end }}
storage:
type: ephemeral
{{- with .Values.strimzi.zookeeper.nodeSelectorTerms}}
{{- with .Values.strimzi.kafka.template}}
template:
pod:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
{{- toYaml . | nindent 16 }}
{{- toYaml . | nindent 6 }}
{{- end}}
kafkaExporter: {}
......
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