WIP
authorKai Moritz <kai@juplo.de>
Wed, 27 Sep 2023 20:51:55 +0000 (22:51 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 27 Sep 2023 20:51:55 +0000 (22:51 +0200)
kubernetes/kafka-1-localhost.yaml
kubernetes/kafka-3-localhost.yaml
kubernetes/kafka-4-localhost.yaml
kubernetes/kafka-5-localhost.yaml

index a6253dc..d8187f3 100644 (file)
@@ -6,6 +6,7 @@ metadata:
   name: kafka-1-localhost
   namespace: kafka
 spec:
+  type: NodePort
   ports:
     - name: "9081"
       port: 9081
index ac9e328..a58f5d9 100644 (file)
@@ -6,6 +6,7 @@ metadata:
   name: kafka-3-localhost
   namespace: kafka
 spec:
+  type: NodePort
   ports:
     - name: "9083"
       port: 9083
index 9408c3a..874958b 100644 (file)
@@ -6,6 +6,7 @@ metadata:
   name: kafka-4-localhost
   namespace: kafka
 spec:
+  type: NodePort
   ports:
     - name: "9084"
       port: 9084
index fef952a..2b03a69 100644 (file)
@@ -6,6 +6,7 @@ metadata:
   name: kafka-5-localhost
   namespace: kafka
 spec:
+  type: NodePort
   ports:
     - name: "9085"
       port: 9085