-
Notifications
You must be signed in to change notification settings - Fork 236
/
Copy pathdeploy.yml
62 lines (62 loc) · 1.4 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
56
57
58
59
60
61
62
---
version: '2.0'
services:
injective-service:
image: 'ghcr.io/akash-network/cosmos-omnibus:v0.3.42-injective-v1.11.6-1688984159'
expose:
- port: 9090
to:
- global: true
- port: 1317
to:
- global: true
- port: 26657
as: 80
to:
- global: true
- port: 26656
to:
- global: true
env:
- MONIKER=my-moniker-1
- >-
CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/chain.json
- P2P_POLKACHU=1
- SNAPSHOT_DATA_PATH=data
- SNAPSHOT_WASM_PATH=wasm
- >-
SNAPSHOT_URL=https://tools.highstakes.ch/files/injective.tar.gz
- MINIMUM_GAS_PRICES=500000000inj
- INJECTIVED_IAVL_DISABLE_FASTNODE=true
- INJECTIVED_API_ENABLE=true
params:
storage:
data:
mount: /root/.injectived
readOnly: false
profiles:
compute:
injective-service:
resources:
cpu:
units: 8
memory:
size: 64Gi
storage:
- size: 7Gi
- name: data
size: 1Ti
attributes:
persistent: true
class: beta3
placement:
dcloud:
pricing:
injective-service:
denom: uakt
amount: 10000
deployment:
injective-service:
dcloud:
profile: injective-service
count: 1