Skip to content
Snippets Groups Projects
Commit 93c71bd1 authored by Benedikt Wetzel's avatar Benedikt Wetzel Committed by Sören Henning
Browse files

Add Zookeeper client

parent 37180d93
No related branches found
No related tags found
1 merge request!60Introduce a Theodolite Helm chart for deploying all dependencies
{{- if .Values.ZookeeperClient.enabled -}}
apiVersion: v1
kind: Pod
metadata:
name: zookeeper-client
spec:
containers:
- name: zookeeper-client
image: confluentinc/cp-zookeeper:5.4.0
command:
- sh
- -c
- "exec tail -f /dev/null"
{{- end}}
......@@ -7,6 +7,10 @@
kafkaClient:
enabled: true
namespace: # TODO
ZookeeperClient:
enabled: true
namespace: # TODO
####
......
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