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.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/kafka/test/produce-consume.yml b/kafka/test/produce-consume.yml
index a326f01..4b1435b 100644
--- a/kafka/test/produce-consume.yml
+++ b/kafka/test/produce-consume.yml
@@ -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
@@ -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
@@ -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