Andreas Geissler | 2900765 | 2023-03-23 14:05:45 +0100 | [diff] [blame] | 1 | service: |
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 | ||||
Andreas Geissler | 2af5079 | 2023-03-27 17:11:27 +0200 | [diff] [blame] | 32 | protocol: TCP |
33 | - name: sdnc-callhome | ||||
34 | port: 4334 | ||||
35 | targetPort: 4334 | ||||
Andreas Geissler | 2900765 | 2023-03-23 14:05:45 +0100 | [diff] [blame] | 36 | protocol: TCP |