Updated kafka to 0.10.2.1 and fix for zookeeper. cattle and k8s

This commit is contained in:
Raul Sanchez
2017-06-09 17:58:51 +02:00
parent 09fc381f59
commit 46bd794315
19 changed files with 602 additions and 7 deletions
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: "${kafka_name}"
labels:
name: "${kafka_name}"
spec:
ports:
- port: 9092
targetPort: 9092
name: "broker-client"
protocol: "TCP"
selector:
name: "${kafka_name}"
clusterIP: "None"