-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmesh-expansion.yaml
executable file
·80 lines (76 loc) · 1.34 KB
/
mesh-expansion.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
apiVersion: v1
kind: Service
metadata:
name: istio-pilot-ilb
namespace: istio-system
labels:
istio: pilot
spec:
type: LoadBalancer
ports:
- name: https-pilot
port: 15005
protocol: TCP
- port: 8080
name: http-pilot
protocol: TCP
- port: 15010
name: grpc-pilot
protocol: TCP
- port: 15011
name: tls-grpc-pilot
protocol: TCP
selector:
istio: pilot
---
apiVersion: v1
kind: Service
metadata:
name: istio-statsd-prom-bridge-ilb
namespace: istio-system
labels:
istio: statsd-prom-bridge
spec:
type: LoadBalancer
ports:
- port: 9102
name: tcp-statsd-prom-bridge
protocol: UDP
- port: 9125
name: udp-statsd-prom-bridge
protocol: UDP
selector:
istio: statsd-prom-bridge
---
apiVersion: v1
kind: Service
metadata:
name: mixer-ilb
namespace: istio-system
labels:
istio: mixer
spec:
type: LoadBalancer
ports:
- port: 15004
protocol: TCP
selector:
istio: mixer
istio-mixer-type: telemetry
# This points to istio-telemetry until we are able to support both
# istio-policy and istio-telemetry as separate services for mesh expansion.
---
apiVersion: v1
kind: Service
metadata:
name: citadel-ilb
namespace: istio-system
labels:
istio: citadel
spec:
type: LoadBalancer
ports:
- port: 8060
protocol: TCP
selector:
istio: citadel