-
Notifications
You must be signed in to change notification settings - Fork 3
/
eds.yaml
66 lines (66 loc) · 1.73 KB
/
eds.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
- name: web-api-legacy
balancing-policy: "locality"
instances:
- instance-name: "i-150968213734162441"
ip: 10.10.1.101
port: 3001
region: "asia-northeast1"
zone: "asia-northeast1-a"
protocol: "tcp"
- instance-name: "i-115454892532826121"
ip: 10.10.1.102
port: 3001
region: "asia-northeast1"
zone: "asia-northeast1-b"
protocol: "tcp"
- instance-name: "i-121688054015459337"
ip: 10.10.1.103
port: 3001
region: "asia-northeast1"
zone: "asia-northeast1-c"
protocol: "tcp"
- name: web-api-new
balancing-policy: "locality"
instances:
- instance-name: "i-9527428124770313"
ip: 10.10.2.101
port: 3001
region: "asia-northeast1"
zone: "asia-northeast1-a"
protocol: "tcp"
weight: 50
- instance-name: "i-9672352367378441"
ip: 10.10.2.102
port: 3001
region: "asia-northeast1"
zone: "asia-northeast1-b"
protocol: "tcp"
weight: 100
- instance-name: "i-9237543618871305"
ip: 10.10.2.103
port: 3001
region: "asia-northeast1"
zone: "asia-northeast1-c"
protocol: "tcp"
weight: 1
- name: web-image
balancing-policy: "locality"
instances:
- instance-name: "i-68489626595098633"
ip: 10.10.3.101
port: 3002
region: "asia-northeast1"
zone: "asia-northeast1-a"
protocol: "tcp"
- instance-name: "i-50805169218125833"
ip: 10.10.3.102
port: 3002
region: "asia-northeast1"
zone: "asia-northeast1-b"
protocol: "tcp"
- instance-name: "i-11087494799949833"
ip: 10.10.3.103
port: 3002
region: "asia-northeast1"
zone: "asia-northeast1-c"
protocol: "tcp"