-
Notifications
You must be signed in to change notification settings - Fork 3
/
testnet.yaml
66 lines (63 loc) · 1.69 KB
/
testnet.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
clusters:
testnet:
_inherit: ""
name: bee
namespace: testnet-gateway
disable-namespace: true
api-domain: testnet-gateway.testnet.internal
api-insecure-tls: true
api-scheme: https
debug-api-domain: testnet-gateway.testnet.internal
debug-api-insecure-tls: true
debug-api-scheme: https
funding:
eth: 0.1
gbzz: 2.0
node-groups:
bee:
mode: node
bee-config: testnet
config: testnet
count: 2
# node-groups defines node groups that can be registered in the cluster
# node-groups may inherit it's configuration from already defined node-group and override specific fields from it
node-groups:
testnet:
_inherit: "default"
persistence-enabled: true
# bee-configs defines Bee configuration that can be assigned to node-groups
# bee-configs may inherit it's configuration from already defined bee-config and override specific fields from it
bee-configs:
testnet:
_inherit: "default"
bootnodes: "/dnsaddr/testnet.ethswarm.org"
checks:
testnet-load:
options:
content-size: 50000000
postage-amount: 1000000000 # 1024/15*60*60*24*7
postage-depth: 24
duration: 12h
uploader-count: 2
downloader-count: 0
max-use-batch: 1h
upload-groups:
- bee
download-groups:
- bee
timeout: 12h
type: load
testnet-smoke:
options:
content-size: 5000000
postage-amount: 1000000000 # 1024/15*60*60*24*7
postage-depth: 24
timeout: 720h
type: smoke
testnet-erasure-code:
options:
content-size: 5000000
postage-amount: 1000000000 # 1024/15*60*60*24*7
postage-depth: 24
timeout: 720h
type: erasure-code