aboutsummaryrefslogtreecommitdiff
path: root/kafka/30bootstrap-service.yml
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/30bootstrap-service.yml')
-rw-r--r--kafka/30bootstrap-service.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/kafka/30bootstrap-service.yml b/kafka/30bootstrap-service.yml
new file mode 100644
index 0000000..7c2a337
--- /dev/null
+++ b/kafka/30bootstrap-service.yml
@@ -0,0 +1,11 @@
+---
+apiVersion: v1
+kind: Service
+metadata:
+ name: bootstrap
+ namespace: kafka
+spec:
+ ports:
+ - port: 9092
+ selector:
+ app: kafka