File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ kind: StatefulSet
33metadata :
44 name : kafka
55 namespace : kafka
6- spec :
76spec :
87 selector :
98 matchLabels :
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ spec:
115115 image : solsson/kafkacat@sha256:b32eedf936f3cde44cd164ddc77dfcf7565a8af4e357ff6de1abe4389ca530c9
116116 env :
117117 - name : BOOTSTRAP
118- value : kafka-0.broker. kafka.svc.cluster.local :9092
118+ value : bootstrap. kafka:9092
119119 command :
120120 - /bin/bash
121121 - -cex
@@ -134,7 +134,7 @@ spec:
134134 image : solsson/kafkacat@sha256:b32eedf936f3cde44cd164ddc77dfcf7565a8af4e357ff6de1abe4389ca530c9
135135 env :
136136 - name : BOOTSTRAP
137- value : kafka-0.broker. kafka.svc.cluster.local :9092
137+ value : bootstrap. kafka:9092
138138 command :
139139 - /bin/bash
140140 - -cex
Original file line number Diff line number Diff line change 9898 image : solsson/kafka:1.0.0@sha256:17fdf1637426f45c93c65826670542e36b9f3394ede1cb61885c6a4befa8f72d
9999 env :
100100 - name : BOOTSTRAP
101- value : kafka-0.broker. kafka.svc.cluster.local :9092
101+ value : bootstrap. kafka:9092
102102 command :
103103 - /bin/bash
104104 - -cex
@@ -117,7 +117,7 @@ spec:
117117 image : solsson/kafka:1.0.0@sha256:17fdf1637426f45c93c65826670542e36b9f3394ede1cb61885c6a4befa8f72d
118118 env :
119119 - name : BOOTSTRAP
120- value : kafka-0.broker. kafka.svc.cluster.local :9092
120+ value : bootstrap. kafka:9092
121121 command :
122122 - /bin/bash
123123 - -cex
@@ -134,7 +134,7 @@ spec:
134134 image : solsson/kafkacat@sha256:ebebf47061300b14a4b4c2e1e4303ab29f65e4b95d34af1b14bb8f7ec6da7cef
135135 env :
136136 - name : BOOTSTRAP
137- value : kafka-0.broker. kafka.svc.cluster.local :9092
137+ value : bootstrap. kafka:9092
138138 command :
139139 - /bin/bash
140140 - -e
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ kind: StatefulSet
33metadata :
44 name : pzoo
55 namespace : kafka
6- spec :
76spec :
87 selector :
98 matchLabels :
You can’t perform that action at this time.
0 commit comments