aboutsummaryrefslogtreecommitdiff
path: root/kafka/test/produce-consume.yml
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/test/produce-consume.yml')
-rw-r--r--kafka/test/produce-consume.yml8
1 files changed, 3 insertions, 5 deletions
diff --git a/kafka/test/produce-consume.yml b/kafka/test/produce-consume.yml
index a326f01..71228b8 100644
--- a/kafka/test/produce-consume.yml
+++ b/kafka/test/produce-consume.yml
@@ -66,8 +66,6 @@ spec:
- test-produce-consume
- --partitions
- "1"
- - --replication-factor
- - "2"
restartPolicy: Never
---
apiVersion: apps/v1beta2
@@ -98,7 +96,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
@@ -117,7 +115,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
@@ -134,7 +132,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