-
Notifications
You must be signed in to change notification settings - Fork 0
/
services.yaml
54 lines (50 loc) · 1.19 KB
/
services.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
cs-riak-suanpan-pb:
discovery:
method: consul
service: riak-suanpan-pb
haproxy:
options:
- bind *:3200
- mode tcp
- balance leastconn
server_options: check inter 10s rise 3 fall 2 slowstart 1m observe layer4
riak-quality-http:
discovery:
method: consul
service: riak-quality-http
haproxy:
options:
- bind *:3201
- mode http
- balance roundrobin
server_options: check inter 10s rise 3 fall 2 slowstart 1m observe layer7
cs-ads-thrift:
discovery:
method: consul
service: ads-thrift
haproxy:
options:
- bind *:3202
- mode tcp
- balance leastconn
server_options: check inter 10s rise 3 fall 2 slowstart 1m observe layer4
gateway-http:
discovery:
method: consul
service: gateway-http
haproxy:
options:
- bind *:3203
- mode http
- balance roundrobin
server_options: check inter 10s rise 3 fall 2 slowstart 1m observe layer7
frequency-thrift:
discovery:
method: consul
service: frequency-thrift
haproxy:
options:
- bind *:3204
- mode tcp
- balance leastconn
server_options: check inter 10s rise 3 fall 2 slowstart 1m observe layer4