Updated kafka templates
This commit is contained in:
parent
2c8c14b6af
commit
febbf4c339
@ -39,7 +39,7 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
imagePullPolicy: "IfNotPresent"
|
imagePullPolicy: "IfNotPresent"
|
||||||
- name: "broker-service"
|
- name: "broker-service"
|
||||||
image: "rawmind/alpine-kafka:0.10.0.1"
|
image: "rawmind/alpine-kafka:0.10.0.1-1"
|
||||||
env:
|
env:
|
||||||
- name: JVMFLAGS
|
- name: JVMFLAGS
|
||||||
value: "-Xmx${kafka_mem}m -Xms${kafka_mem}m"
|
value: "-Xmx${kafka_mem}m -Xms${kafka_mem}m"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
broker:
|
broker:
|
||||||
tty: true
|
tty: true
|
||||||
image: rawmind/alpine-kafka:0.10.0.1
|
image: rawmind/alpine-kafka:0.10.0.1-1
|
||||||
volumes_from:
|
volumes_from:
|
||||||
- broker-volume
|
- broker-volume
|
||||||
- broker-conf
|
- broker-conf
|
||||||
|
@ -6,4 +6,4 @@ category: Clustering
|
|||||||
maintainer: "Raul Sanchez <rawmind@gmail.com>"
|
maintainer: "Raul Sanchez <rawmind@gmail.com>"
|
||||||
minimum_rancher_version: v0.59.0
|
minimum_rancher_version: v0.59.0
|
||||||
license:
|
license:
|
||||||
projectURL: https://github.com/rawmind0/alpine-kafka
|
projectURL: https://github.com/rawmind0/alpine-kafka
|
||||||
|
Loading…
x
Reference in New Issue
Block a user