-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdev-mainnet.yaml
71 lines (68 loc) · 2.1 KB
/
dev-mainnet.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
clusters:
dev-mainnet:
_inherit: ""
name: dev-bee
namespace: dev-bee-gateway
disable-namespace: true
api-domain: dev-bee-gateway.mainnet.internal
api-insecure-tls: true
api-scheme: https
debug-api-domain: dev-bee-gateway.mainnet.internal
debug-api-insecure-tls: true
debug-api-scheme: https
funding:
eth: 0.1
gbzz: 2.0
node-groups:
bee:
mode: node
bee-config: dev-mainnet
config: dev-mainnet
count: 4
# 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:
dev-mainnet:
_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:
dev-mainnet:
_inherit: "default"
bootnodes: "/dnsaddr/mainnet.ethswarm.org"
# checks defines checks Beekeeper can execute against the cluster
# type filed allows defining same check with different names and options
checks:
dev-smoke:
options:
content-size: 50000000
postage-amount: 2903040000 # 24000/5*60*60*24*7
postage-depth: 20
timeout: 720h
type: smoke
dev-availability:
options:
refs:
- "2e70bb26d5b1f6f4a0961c42bb62e1066334a456c8835fb7ba34077b9d36859b"
- "d5fc0a2753360ddfb1825fb2d979031d4b620ddabd3e0aea69b685109ee357fe"
- "1cfd24178c67b708694b4ce4235d32e2a39d42813d2b09d1ef77eaa4c954931f"
retry-wait: 1m
retry-count: 3
next-iter-wait: 6h
timeout: 720h
type: longavailability
dev-durability:
options:
ref: 16c1437d310202ccea278cf1ea98cbd7f2830929d9e41b2a8fc9a1df74fa0d3f
concurrency: 20
max-attempts: 100
timeout: 720h
type: datadurability
dev-net-availability:
options:
postage-amount: 2903040000 # 24000/5*60*60*24*7
postage-depth: 20
sleep-duration: 1h
timeout: 720h
type: networkavailability