Updated kafka to 0.10.2.1 and fix for zookeeper. cattle and k8s
This commit is contained in:
@@ -17,7 +17,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: "zk-conf"
|
||||
image: "rawmind/k8s-zk:3.4.8-10"
|
||||
image: "rawmind/k8s-zk:3.4.9"
|
||||
volumeMounts:
|
||||
- mountPath: "/opt/tools"
|
||||
name: "zk-conf"
|
||||
@@ -40,7 +40,7 @@ spec:
|
||||
ports:
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
- name: "zk-service"
|
||||
image: "rawmind/alpine-zk:3.4.9"
|
||||
image: "rawmind/alpine-zk:3.4.9-3"
|
||||
env:
|
||||
- name: JVMFLAGS
|
||||
value: "-Xmx${zk_mem}m -Xms${zk_mem}m"
|
||||
|
||||
@@ -21,3 +21,4 @@ spec:
|
||||
protocol: "TCP"
|
||||
selector:
|
||||
name: "${zk_name}"
|
||||
|
||||
|
||||
@@ -4,4 +4,4 @@ description: |
|
||||
version: 3.4.9-k8s1
|
||||
category: Clustering
|
||||
maintainer: "Raul Sanchez <rawmind@gmail.com>"
|
||||
projectURL: https://github.com/rawmind0/alpine-zk
|
||||
projectURL: https://github.com/rawmind0/alpine-zk
|
||||
Reference in New Issue
Block a user