projects
/
demos
/
kafka
/
monitoring
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f4b85
)
WIP
author
Kai Moritz
<kai@juplo.de>
Wed, 27 Sep 2023 20:51:55 +0000
(22:51 +0200)
committer
Kai Moritz
<kai@juplo.de>
Wed, 27 Sep 2023 20:51:55 +0000
(22:51 +0200)
kubernetes/kafka-1-localhost.yaml
patch
|
blob
|
history
kubernetes/kafka-3-localhost.yaml
patch
|
blob
|
history
kubernetes/kafka-4-localhost.yaml
patch
|
blob
|
history
kubernetes/kafka-5-localhost.yaml
patch
|
blob
|
history
diff --git
a/kubernetes/kafka-1-localhost.yaml
b/kubernetes/kafka-1-localhost.yaml
index
a6253dc
..
d8187f3
100644
(file)
--- a/
kubernetes/kafka-1-localhost.yaml
+++ b/
kubernetes/kafka-1-localhost.yaml
@@
-6,6
+6,7
@@
metadata:
name: kafka-1-localhost
namespace: kafka
spec:
+ type: NodePort
ports:
- name: "9081"
port: 9081
diff --git
a/kubernetes/kafka-3-localhost.yaml
b/kubernetes/kafka-3-localhost.yaml
index
ac9e328
..
a58f5d9
100644
(file)
--- a/
kubernetes/kafka-3-localhost.yaml
+++ b/
kubernetes/kafka-3-localhost.yaml
@@
-6,6
+6,7
@@
metadata:
name: kafka-3-localhost
namespace: kafka
spec:
+ type: NodePort
ports:
- name: "9083"
port: 9083
diff --git
a/kubernetes/kafka-4-localhost.yaml
b/kubernetes/kafka-4-localhost.yaml
index
9408c3a
..
874958b
100644
(file)
--- a/
kubernetes/kafka-4-localhost.yaml
+++ b/
kubernetes/kafka-4-localhost.yaml
@@
-6,6
+6,7
@@
metadata:
name: kafka-4-localhost
namespace: kafka
spec:
+ type: NodePort
ports:
- name: "9084"
port: 9084
diff --git
a/kubernetes/kafka-5-localhost.yaml
b/kubernetes/kafka-5-localhost.yaml
index
fef952a
..
2b03a69
100644
(file)
--- a/
kubernetes/kafka-5-localhost.yaml
+++ b/
kubernetes/kafka-5-localhost.yaml
@@
-6,6
+6,7
@@
metadata:
name: kafka-5-localhost
namespace: kafka
spec:
+ type: NodePort
ports:
- name: "9085"
port: 9085