-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy.yaml
48 lines (46 loc) · 815 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
---
version: "2.0"
services:
avail-node:
image: availj/avail:v2.2.5.0-rc1
expose:
- port: 9944
as: 9944
to:
- global: true
- port: 9933
as: 9933
to:
- global: true
- port: 30333
as: 30333
to:
- global: true
args:
- --chain=mainnet
- --name=Akash_Zealy
- --rpc-external
- --rpc-methods=unsafe
- --unsafe-rpc-external
- --rpc-cors=all
profiles:
compute:
avail-node:
resources:
cpu:
units: 4
memory:
size: 4GB
storage:
- size: 20Gi
placement:
dcloud:
pricing:
avail-node:
denom: uakt
amount: 1000
deployment:
avail-node:
dcloud:
profile: avail-node
count: 1