forked from notional-labs/dig
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbusbar.yml
More file actions
42 lines (39 loc) · 671 Bytes
/
busbar.yml
File metadata and controls
42 lines (39 loc) · 671 Bytes
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
---
version: "2.0"
services:
akash:
image: faddat/dig:buttmonkey
env:
- DIGD_P2P_MAX_NUM_INBOUND_PEERS=500
- DIGD_P2P_MAX_NUM_OUTBOUND_PEERS=60
expose:
- port: 26656
to:
- global: true
- port: 26657
as: 80
to:
- global: true
profiles:
compute:
akash:
resources:
cpu:
units: 1
memory:
size: 2Gi
storage:
size: 32Gi
placement:
dcloud:
attributes:
host: akash
pricing:
akash:
denom: uakt
amount: 1000
deployment:
akash:
dcloud:
profile: akash
count: 1