blob: 5f000d306dc04d74e965df06695403c02acde941 [file] [log] [blame]
Andreas Geissler29007652023-03-23 14:05:45 +01001service:
2 # Type of service. Set to "None" to disable the service entirely
3 type: LoadBalancer
4 ports:
5 - name: status-port
6 port: 15021
7 protocol: TCP
8 targetPort: 15021
9 - name: http2
10 port: 80
11 protocol: TCP
12 targetPort: 80
13 - name: https
14 port: 443
15 protocol: TCP
16 targetPort: 443
17 - name: kafka-bootstrap
18 port: 9010
19 targetPort: 9010
20 protocol: TCP
21 - name: kafka-0
22 port: 9000
23 targetPort: 9000
24 protocol: TCP
25 - name: kafka-1
26 port: 9001
27 targetPort: 9001
28 protocol: TCP
29 - name: kafka-2
30 port: 9002
31 targetPort: 9002
32 protocol: TCP