Added kafka package for kubernetes. Some bugfixes for cattle packages

This commit is contained in:
Raul Sanchez
2016-09-29 22:56:42 +02:00
parent 37dba8043b
commit 7bd642ced5
10 changed files with 292 additions and 18 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"