X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fdocker%2Fosm_pods%2Fkafka.yaml;h=69b56bfebb213362ff6a34021b77721934e64730;hb=021b307297a6ab8dfe9ee3af03154989bcd9e0e8;hp=4b3b98b66b1ce185202f3e76a2e82f514b9c29e2;hpb=e06f72c2c2b002d7c7818043d2fecb42c0457004;p=osm%2Fdevops.git diff --git a/installers/docker/osm_pods/kafka.yaml b/installers/docker/osm_pods/kafka.yaml index 4b3b98b6..69b56bfe 100644 --- a/installers/docker/osm_pods/kafka.yaml +++ b/installers/docker/osm_pods/kafka.yaml @@ -48,7 +48,7 @@ spec: initContainers: - name: zookeeper-test image: alpine:latest - command: ["sh", "-c", "until nc -zvw1 zookeeper 2181; do sleep3; done; exit 0"] + command: ["sh", "-c", "until nc -zvw1 zookeeper 2181; do sleep 3; done; exit 0"] containers: - name: kafka image: wurstmeister/kafka:2.11-1.0.2 @@ -74,10 +74,6 @@ spec: value: "PLAINTEXT" - name: KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR value: "1" - - name: KAFKA_AUTO_CREATE_TOPICS_ENABLE - value: "false" - - name: KAFKA_CREATE_TOPICS - value: "admin:1:1,users:1:1,projects:1:1,vim_account:1:1,wim_account:1:1,sdn:1:1,k8scluster:1:1,k8srepo:1:1,osmrepos:1:1,vnfd:1:1,nsd:1:1,nst:1:1,pdu:1:1,ns:1:1,nsi:1:1,alarm_request:1:1,alarm_response:1:1" volumeMounts: - name: socket mountPath: /var/run/docker.sock