You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
333 B
21 lines
333 B
1 month ago
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: kafka-service
|
||
|
labels:
|
||
|
app: kafka
|
||
|
spec:
|
||
|
ports:
|
||
|
- name: plaintext
|
||
|
port: 9092
|
||
|
targetPort: 9092
|
||
|
- name: controller
|
||
|
port: 9093
|
||
|
targetPort: 9093
|
||
|
- name: external
|
||
|
port: 19094
|
||
|
targetPort: 9094
|
||
|
selector:
|
||
|
app: kafka
|
||
|
type: ClusterIP
|