File tree Expand file tree Collapse file tree 4 files changed +10
-22
lines changed
Expand file tree Collapse file tree 4 files changed +10
-22
lines changed Original file line number Diff line number Diff line change 88 spec :
99 containers :
1010 - name : topic-create
11- image : solsson/kafka-cli@sha256:9fa3306e9f5d18283d10e01f7c115d8321eedc682f262aff784bd0126e1f2221
11+ image : solsson/kafka:native -cli@sha256:7a4cc4ef875aea50b8d4dbb525cbac0ef3a5c6e611fcafc2c415ca432ebe5601
1212 command :
1313 - ./bin/kafka-topics.sh
1414 - --zookeeper
1717 - --if-not-exists
1818 - --topic
1919 - __CruiseControlMetrics
20- - --partitions
21- - ' 12'
22- - --replication-factor
23- - ' 3'
2420 resources :
2521 limits :
2622 cpu : 100m
Original file line number Diff line number Diff line change 88 spec :
99 containers :
1010 - name : topic-create
11- image : solsson/kafka:2.1.0 @sha256:ac3f06d87d45c7be727863f31e79fbfdcb9c610b51ba9cf03c75a95d602f15e1
11+ image : solsson/kafka:native-cli @sha256:7a4cc4ef875aea50b8d4dbb525cbac0ef3a5c6e611fcafc2c415ca432ebe5601
1212 command :
1313 - ./bin/kafka-topics.sh
1414 - --zookeeper
1717 - --if-not-exists
1818 - --topic
1919 - ops.kube-events.stream.json
20- - --partitions
21- - " 12"
22- - --replication-factor
23- - " 2"
2420 resources :
2521 limits :
26- cpu : 200m
27- memory : 100Mi
22+ cpu : 100m
23+ memory : 20Mi
2824 restartPolicy : Never
Original file line number Diff line number Diff line change 7272 spec :
7373 containers :
7474 - name : topic-create
75- image : solsson/kafka-cli@sha256:9fa3306e9f5d18283d10e01f7c115d8321eedc682f262aff784bd0126e1f2221
75+ image : solsson/kafka:native -cli@sha256:7a4cc4ef875aea50b8d4dbb525cbac0ef3a5c6e611fcafc2c415ca432ebe5601
7676 command :
7777 - ./bin/kafka-topics.sh
7878 - --zookeeper
8383 - test-kafkacat
8484 resources :
8585 limits :
86- cpu : 200m
87- memory : 100Mi
86+ cpu : 100m
87+ memory : 20Mi
8888 restartPolicy : Never
8989---
9090apiVersion : apps/v1
Original file line number Diff line number Diff line change 5555 spec :
5656 containers :
5757 - name : topic-create
58- image : solsson/kafka-cli@sha256:9fa3306e9f5d18283d10e01f7c115d8321eedc682f262aff784bd0126e1f2221
58+ image : solsson/kafka:native -cli@sha256:7a4cc4ef875aea50b8d4dbb525cbac0ef3a5c6e611fcafc2c415ca432ebe5601
5959 command :
6060 - ./bin/kafka-topics.sh
6161 - --zookeeper
@@ -64,14 +64,10 @@ spec:
6464 - --if-not-exists
6565 - --topic
6666 - test-produce-consume
67- - --partitions
68- - " 3"
69- - --replication-factor
70- - " 2"
7167 resources :
7268 limits :
73- cpu : 200m
74- memory : 100Mi
69+ cpu : 100m
70+ memory : 20Mi
7571 restartPolicy : Never
7672---
7773apiVersion : apps/v1
You can’t perform that action at this time.
0 commit comments