forked from akash-network/awesome-akash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy.yaml
43 lines (43 loc) · 804 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
version: "2.0"
services:
quai-miner:
image: quainetwork/quai-gpu-miner-run:v0.3.0
expose:
- port: 80
as: 80
to:
- global: true
env:
- STRATUM_IP=
- STRATUM_PORT=
- PLATFORM=U
profiles:
compute:
quai-miner:
resources:
cpu:
units: 0.1
memory:
size: 512Mi
storage:
- size: 1Gi
gpu:
units: 1
attributes:
vendor:
nvidia:
- model: p100
- model: a100
- model: v100
- model: t4
placement:
dcloud:
pricing:
quai-miner:
denom: uakt
amount: 10000
deployment:
quai-miner:
dcloud:
profile: quai-miner
count: 1