Skip to content

Commit

Permalink
Merge pull request #115 from StevenACoffman/cleanup
Browse files Browse the repository at this point in the history
Minor cleanups
  • Loading branch information
solsson authored Jan 8, 2018
2 parents 4845912 + 182e166 commit af80f42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion kafka/50kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: StatefulSet
metadata:
name: kafka
namespace: kafka
spec:
spec:
selector:
matchLabels:
Expand Down
4 changes: 2 additions & 2 deletions kafka/test/kafkacat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ spec:
image: solsson/kafkacat@sha256:b32eedf936f3cde44cd164ddc77dfcf7565a8af4e357ff6de1abe4389ca530c9
env:
- name: BOOTSTRAP
value: kafka-0.broker.kafka.svc.cluster.local:9092
value: bootstrap.kafka:9092
command:
- /bin/bash
- -cex
Expand All @@ -134,7 +134,7 @@ spec:
image: solsson/kafkacat@sha256:b32eedf936f3cde44cd164ddc77dfcf7565a8af4e357ff6de1abe4389ca530c9
env:
- name: BOOTSTRAP
value: kafka-0.broker.kafka.svc.cluster.local:9092
value: bootstrap.kafka:9092
command:
- /bin/bash
- -cex
Expand Down
6 changes: 3 additions & 3 deletions kafka/test/produce-consume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
image: solsson/kafka:1.0.0@sha256:17fdf1637426f45c93c65826670542e36b9f3394ede1cb61885c6a4befa8f72d
env:
- name: BOOTSTRAP
value: kafka-0.broker.kafka.svc.cluster.local:9092
value: bootstrap.kafka:9092
command:
- /bin/bash
- -cex
Expand All @@ -117,7 +117,7 @@ spec:
image: solsson/kafka:1.0.0@sha256:17fdf1637426f45c93c65826670542e36b9f3394ede1cb61885c6a4befa8f72d
env:
- name: BOOTSTRAP
value: kafka-0.broker.kafka.svc.cluster.local:9092
value: bootstrap.kafka:9092
command:
- /bin/bash
- -cex
Expand All @@ -134,7 +134,7 @@ spec:
image: solsson/kafkacat@sha256:ebebf47061300b14a4b4c2e1e4303ab29f65e4b95d34af1b14bb8f7ec6da7cef
env:
- name: BOOTSTRAP
value: kafka-0.broker.kafka.svc.cluster.local:9092
value: bootstrap.kafka:9092
command:
- /bin/bash
- -e
Expand Down
1 change: 0 additions & 1 deletion zookeeper/50pzoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: StatefulSet
metadata:
name: pzoo
namespace: kafka
spec:
spec:
selector:
matchLabels:
Expand Down

0 comments on commit af80f42

Please sign in to comment.