File tree Expand file tree Collapse file tree 3 files changed +0
-61
lines changed Expand file tree Collapse file tree 3 files changed +0
-61
lines changed Original file line number Diff line number Diff line change 1111 labels :
1212 app : kafka
1313 annotations :
14- prometheus.io/scrape : " true"
15- prometheus.io/port : " 5556"
1614 spec :
1715 terminationGracePeriodSeconds : 30
1816 initContainers :
@@ -23,24 +21,11 @@ spec:
2321 - name : config
2422 mountPath : /etc/kafka
2523 containers :
26- - name : metrics
27- image : solsson/kafka-prometheus-jmx-exporter@sha256:1f7c96c287a2dbec1d909cd8f96c0656310239b55a9a90d7fd12c81f384f1f7d
28- ports :
29- - containerPort : 5556
30- resources :
31- requests :
32- cpu : 0m
33- memory : 40Mi
34- limits :
35- cpu : 10m
36- memory : 100Mi
3724 - name : broker
3825 image : solsson/kafka:0.11.0.0@sha256:b27560de08d30ebf96d12e74f80afcaca503ad4ca3103e63b1fd43a2e4c976ce
3926 env :
4027 - name : KAFKA_LOG4J_OPTS
4128 value : -Dlog4j.configuration=file:/etc/kafka/log4j.properties
42- - name : JMX_PORT
43- value : " 5555"
4429 ports :
4530 - containerPort : 9092
4631 command :
Original file line number Diff line number Diff line change 1212 app : zookeeper
1313 storage : persistent
1414 annotations :
15- prometheus.io/scrape : " true"
16- prometheus.io/port : " 5556"
1715 spec :
1816 terminationGracePeriodSeconds : 10
1917 initContainers :
@@ -26,32 +24,11 @@ spec:
2624 - name : data
2725 mountPath : /var/lib/zookeeper/data
2826 containers :
29- - name : metrics
30- image : solsson/kafka-prometheus-jmx-exporter@sha256:1f7c96c287a2dbec1d909cd8f96c0656310239b55a9a90d7fd12c81f384f1f7d
31- command :
32- - java
33- - -Xms39M
34- - -Xmx99M
35- - -jar
36- - jmx_prometheus_httpserver.jar
37- - " 5556"
38- - example_configs/zookeeper.yaml
39- ports :
40- - containerPort : 5556
41- resources :
42- requests :
43- cpu : 0m
44- memory : 40Mi
45- limits :
46- cpu : 10m
47- memory : 100Mi
4827 - name : zookeeper
4928 image : solsson/kafka:0.11.0.0@sha256:b27560de08d30ebf96d12e74f80afcaca503ad4ca3103e63b1fd43a2e4c976ce
5029 env :
5130 - name : KAFKA_LOG4J_OPTS
5231 value : -Dlog4j.configuration=file:/etc/kafka/log4j.properties
53- - name : JMX_PORT
54- value : " 5555"
5532 command :
5633 - ./bin/zookeeper-server-start.sh
5734 - /etc/kafka/zookeeper.properties
Original file line number Diff line number Diff line change 1212 app : zookeeper
1313 storage : ephemeral
1414 annotations :
15- prometheus.io/scrape : " true"
16- prometheus.io/port : " 5556"
1715 spec :
1816 terminationGracePeriodSeconds : 10
1917 initContainers :
@@ -29,32 +27,11 @@ spec:
2927 - name : data
3028 mountPath : /var/lib/zookeeper/data
3129 containers :
32- - name : metrics
33- image : solsson/kafka-prometheus-jmx-exporter@sha256:1f7c96c287a2dbec1d909cd8f96c0656310239b55a9a90d7fd12c81f384f1f7d
34- command :
35- - java
36- - -Xms39M
37- - -Xmx99M
38- - -jar
39- - jmx_prometheus_httpserver.jar
40- - " 5556"
41- - example_configs/zookeeper.yaml
42- ports :
43- - containerPort : 5556
44- resources :
45- requests :
46- cpu : 0m
47- memory : 40Mi
48- limits :
49- cpu : 10m
50- memory : 100Mi
5130 - name : zookeeper
5231 image : solsson/kafka:0.11.0.0@sha256:b27560de08d30ebf96d12e74f80afcaca503ad4ca3103e63b1fd43a2e4c976ce
5332 env :
5433 - name : KAFKA_LOG4J_OPTS
5534 value : -Dlog4j.configuration=file:/etc/kafka/log4j.properties
56- - name : JMX_PORT
57- value : " 5555"
5835 command :
5936 - ./bin/zookeeper-server-start.sh
6037 - /etc/kafka/zookeeper.properties
You can’t perform that action at this time.
0 commit comments