Initial Commit
This commit is contained in:
16
single/kafka-kube.yml
Normal file
16
single/kafka-kube.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: goflow
|
||||
|
||||
spec:
|
||||
containers:
|
||||
- name: broker
|
||||
image: apache/kafka:latest
|
||||
ports:
|
||||
- containerPort: 9092
|
||||
hostPort: 9092
|
||||
protocol: TCP
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: kafka-env
|
||||
Reference in New Issue
Block a user