initial commit
This commit is contained in:
12
dev/kafka/kafka-nodeport.yaml
Executable file
12
dev/kafka/kafka-nodeport.yaml
Executable file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: kafka-nodeport
|
||||
labels:
|
||||
app: kafka
|
||||
spec:
|
||||
ports:
|
||||
- port: 9092
|
||||
selector:
|
||||
app: kafka
|
||||
type: NodePort
|
||||
Reference in New Issue
Block a user