-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprivate-testnet.yaml
71 lines (68 loc) · 1.54 KB
/
private-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
67
68
69
70
71
clusters:
private-testnet:
_inherit: ""
name: bee
namespace: private-testnet
disable-namespace: false
api-domain: testnet.internal
api-scheme: http
debug-api-domain: testnet.internal
debug-api-scheme: http
node-groups:
bootnode-bee:
mode: bootnode
bee-config: private-testnet
config: private-testnet
count: 1
gateway-bee:
mode: node
bee-config: private-testnet
config: private-testnet
count: 4
full-0-bee:
mode: node
bee-config: private-testnet
config: private-testnet
count: 4
full-1-bee:
mode: node
bee-config: private-testnet
config: private-testnet
count: 4
full-2-bee:
mode: node
bee-config: private-testnet
config: private-testnet
count: 4
full-3-bee:
mode: node
bee-config: private-testnet
config: private-testnet
count: 4
full-4-bee:
mode: node
bee-config: private-testnet
config: private-testnet
count: 4
node-groups:
private-testnet:
_inherit: "default"
bee-configs:
private-testnet:
_inherit: "default"
checks:
load-private-testnet:
options:
content-size: 50000000
postage-amount: 50000000
postage-depth: 22
nodes-sync-wait: 30s
duration: 12h
uploader-count: 1
downloader-count: 0
upload-groups:
- gateway-bee
download-groups:
- gateway-bee
timeout: 12h
type: load