-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbee-playground.yaml
57 lines (55 loc) · 1.5 KB
/
bee-playground.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
in-cluster: true
clusters:
bee-playground:
_inherit: ""
name: bee
namespace: bee-playground
disable-namespace: true
api-domain: bee-testnet.testnet.internal:1633
api-domain-internal: bee-playground.svc.swarm1.local:1633
api-insecure-tls: true
api-scheme: http
funding:
eth: 0.1
gbzz: 2.0
node-groups:
bee-:
mode: node
bee-config: sepolia
config: ng-bee-playground
count: 3
# 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:
ng-bee-playground:
_inherit: ""
# 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:
sepolia:
_inherit: ""
bootnodes: "/dnsaddr/testnet.ethswarm.org"
checks:
playground-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
playground-smoke:
options:
content-size: 5000000
postage-amount: 1000000000 # 1024/15*60*60*24*7
postage-depth: 24
timeout: 720h
type: smoke