aboutsummaryrefslogtreecommitdiff
path: root/linkedin-burrow/50-burrow.yml
diff options
context:
space:
mode:
Diffstat (limited to 'linkedin-burrow/50-burrow.yml')
-rw-r--r--linkedin-burrow/50-burrow.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/linkedin-burrow/50-burrow.yml b/linkedin-burrow/50-burrow.yml
new file mode 100644
index 0000000..c7d88d2
--- /dev/null
+++ b/linkedin-burrow/50-burrow.yml
@@ -0,0 +1,27 @@
+apiVersion: apps/v1beta2
+kind: Deployment
+metadata:
+ name: burrow
+ namespace: kafka
+spec:
+ replicas: 1
+ selector:
+ matchLabels:
+ app: burrow
+ template:
+ metadata:
+ labels:
+ app: burrow
+ spec:
+ containers:
+ - name: kafka-manager
+ image: solsson/burrow@sha256:1f17cb48ba4062b2f796fdf250dce6b6a9d5127b42e15ef2fbc79c68c34ad0ef
+ ports:
+ - containerPort: 8000
+ volumeMounts:
+ - name: config
+ mountPath: /etc/burrow
+ volumes:
+ - name: config
+ configMap:
+ name: burrow-config