forked from ovrclk/pkt-miner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy.yaml
44 lines (42 loc) · 839 Bytes
/
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
version: "2.0"
services:
miner:
image: chandrastation/pkt_on_akash:v1.0.0
env:
- WALLET_ADDR=<PKT_Wallet>
- POOL1=http://pool.srizbi.com
- POOL2=http://pool.pktpool.io
- POOL3=http://pool.pkt.world
- POOL4=http://pool.pkteer.com
- POOL5=http://pool.pktco.in
expose:
- port: 3000
as: 80
to:
- global: true
profiles:
compute:
miner:
resources:
cpu:
units: 1
memory:
size: 1Gi
storage:
size: 1Gi
placement:
miner:
attributes:
host: akash
signedBy:
anyOf:
- "akash1365yvmc4s7awdyj3n2sav7xfx76adc6dnmlx63"
pricing:
miner:
denom: uakt
amount: 1000
deployment:
miner:
miner:
profile: miner
count: 1