Updated zookeeper templates to v 3.4.9

This commit is contained in:
Raul Sanchez
2016-11-30 01:38:49 +01:00
parent 41c2541e98
commit 2c8c14b6af
9 changed files with 345 additions and 4 deletions
@@ -0,0 +1,23 @@
apiVersion: v1
kind: Service
metadata:
name: "${zk_name}"
namespace: "${zk_namespace}"
labels:
name: "${zk_name}"
spec:
ports:
- port: 2181
targetPort: 2181
name: "zk-client"
protocol: "TCP"
- port: 2888
targetPort: 2888
name: "zk-server"
protocol: "TCP"
- port: 3888
targetPort: 3888
name: "zk-leader"
protocol: "TCP"
selector:
name: "${zk_name}"