From 344df6eeb2738763255c3223e9545358667421a1 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Fri, 23 Jun 2017 21:20:08 +0200 Subject: Uses zookeeper without the bind address sed --- zookeeper/50zoo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zookeeper/50zoo.yml b/zookeeper/50zoo.yml index e67c715..c3be35a 100644 --- a/zookeeper/50zoo.yml +++ b/zookeeper/50zoo.yml @@ -14,7 +14,7 @@ spec: terminationGracePeriodSeconds: 10 containers: - name: zookeeper - image: solsson/zookeeper-statefulset:3.4.10@sha256:d07376612cee33706e308ba7fd174df6b778989d26e49e24537f71b2d1699ab6 + image: solsson/zookeeper-statefulset:3.4.10@sha256:dbedb438671dfe6bf92dbe630c4ea070e7c60c3e4d10c276c701442574a76427 env: - name: ZOO_SERVERS value: server.1=zoo-0.zoo:2888:3888:participant server.2=zoo-1.zoo:2888:3888:participant server.3=zoo-2.zoo:2888:3888:participant server.4=zoo-3.zoo:2888:3888:participant server.5=zoo-4.zoo:2888:3888:participant -- cgit v1.2.3