Skip to content

Commit af80f42

Browse files
authored
Merge pull request #115 from StevenACoffman/cleanup
Minor cleanups
2 parents 4845912 + 182e166 commit af80f42

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

kafka/50kafka.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ kind: StatefulSet
33
metadata:
44
name: kafka
55
namespace: kafka
6-
spec:
76
spec:
87
selector:
98
matchLabels:

kafka/test/kafkacat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

kafka/test/produce-consume.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
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

zookeeper/50pzoo.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ kind: StatefulSet
33
metadata:
44
name: pzoo
55
namespace: kafka
6-
spec:
76
spec:
87
selector:
98
matchLabels:

0 commit comments

Comments
 (0)