forked from defund-labs/defund
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy.yaml
60 lines (57 loc) · 1.07 KB
/
deploy.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
---
version: "2.0"
services:
node:
image: schnetzlerjoe/defund-node:v0.0.4
env:
- MONIKER=defund-akash-node
- CHAIN_ID=defund-private-1
- PRUNING=custom
- PRUNING_KEEP_RECENT=107
- PRUNING_KEEP_EVERY=0
- PRUNING_INTERVAL=10
- API=true
- SWAGGER=true
- RPC_LADDR=tcp://0.0.0.0
- RPC_PORT=26657
- API_LADDR=tcp://0.0.0.0
- API_PORT=1317
- MINIMUM_GAS_PRICES=0.25ufetf
- LOG_LEVEL=info
expose:
- port: 26657
as: 80
to:
- global: true
- port: 26656
to:
- global: true
- port: 1317
to:
- global: true
profiles:
compute:
node:
resources:
cpu:
units: 4
memory:
size: 4Gi
storage:
size: 300Gi
placement:
dcloud:
attributes:
host: akash
signedBy:
anyOf:
- <akash_address>
pricing:
node:
denom: uakt
amount: 300
deployment:
node:
dcloud:
profile: node
count: 1