aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections/resources/yaml/istio-ingress.yaml
blob: ae215c118ab4554081df71003f6b3fe84111a68a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
service:
  # Type of service. Set to "None" to disable the service entirely
  type: LoadBalancer
  ports:
  - name: status-port
    port: 15021
    protocol: TCP
    targetPort: 15021
  - name: http2
    port: 80
    protocol: TCP
    targetPort: 80
  - name: https
    port: 443
    protocol: TCP
    targetPort: 443
  - name: kafka-bootstrap
    port: 9010
    targetPort: 9010
    protocol: TCP
  - name: kafka-0
    port: 9000
    targetPort: 9000
    protocol: TCP
  - name: kafka-1
    port: 9001
    targetPort: 9001
    protocol: TCP
  - name: kafka-2
    port: 9002
    targetPort: 9002
    protocol: TCP
  - name: sdnc-callhome
    port: 4334
    targetPort: 4334
    protocol: TCP