forked from akash-network/awesome-akash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy.yaml
56 lines (49 loc) · 948 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
45
46
47
48
49
50
51
52
53
54
55
---
version: "2.0"
services:
node:
image: quay.io/vpavlin0/radicle-seed:latest
expose:
- port: 8776
as: 8776
to:
- global: true
- port: 8080
as: 8080
to:
- global: true
params:
storage:
radicle:
mount: /root/.radicle/
env:
- RAD_ALIAS=
- RAD_SEEDS=rad:zNd4qti1Jc69mCBQAdBeK3Avzy4R
- RAD_EXTERNAL_ADDR=
- RAD_SEEDING_POLICY=block
- RAD_HTTP_ENABLE=false
profiles:
compute:
node:
resources:
cpu:
units: 1
memory:
size: 1Gi #Bump?
storage:
- name: radicle
size: 1Gi #Bump?
attributes:
persistent: true
class: beta3
placement:
akash:
pricing:
node:
denom: uakt
amount: 100000
deployment:
node:
akash:
profile: node
count: 1