-
Notifications
You must be signed in to change notification settings - Fork 4
/
deploy.yml
55 lines (47 loc) · 1.69 KB
/
deploy.yml
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:
app:
image: dimokus88/paloma:0.2.2
env:
- "my_root_password=" # root password for ssh connection. пароль root для подключения по ssh.
- "MONIKER=" # node name (If it is not difficult, specify Akash in the node name, for example:DimokusAkash). имя ноды (Если нетрудно, укажите в имени ноды Akash, например:DimokusAkash)
- "MNEMONIC=" # seed phrase from the wallet. seed фраза от кошелька .
- "LINK_KEY=" # link to the posted pirv-validator_key.json (direct download). It will also work from other Cosmos-based testnets. ссылка на размещенный pirv-validator_key.json (прямое скачивание). Подойдет и от других тестнетов на базе Cosmos.
- "gitrep=https://github.com/palomachain/paloma/releases/download/v0.2.4-prealpha/paloma_0.2.4-prealpha_Linux_x86_64.tar.gz"
- "addrbook=https://raw.githubusercontent.com/Dimokus88/Paloma/main/addrbook.json"
- "autodelegate=yes"
expose:
- port: 80
as: 80
to:
- global: true
- port: 22
as: 22
to:
- global: true
profiles:
compute:
app:
resources:
cpu:
units: 2.0
memory:
size: 4Gi
storage:
size: 70Gi
placement:
akash:
attributes:
host: akash
signedBy:
anyOf:
pricing:
app:
denom: uakt
amount: 1000
deployment:
app:
akash:
profile: app
count: 1