forked from akash-network/awesome-akash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeploy.yml
More file actions
51 lines (48 loc) · 1.78 KB
/
deploy.yml
File metadata and controls
51 lines (48 loc) · 1.78 KB
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
---
version: "2.0"
endpoints:
uniq_name_endpoint: # unique name, for example "dvpn_dimokus:", and enter this name in line 23 and 28.
kind: ip
services:
app:
image: declab/sentinel_dvpn:0.7.0
env:
- "MNEMONIC_BASE64=" # Mnemonic phrase encrypted with BASE64.
- "MONIKER=dVPN on Akash Network v2RAY" # Your dVPN node name.
- "REMOTE_PORT=8585" # Remote port for are connection sentinel client service.
- "LISTEN_PORT=3333" # v2RAY listen port
- "IPV4_ADDRESS=" # Node static IP address ( of leases section )
- "RPC_ADDRESS=https://rpc.sentinel.co:443"
- "GIGABYTE_PRICES=29000000udvpn,390000ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477,5250000ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518,7000000ibc/31FEE1A2A9F9C01113F90BD0BBCCE8FD6BBB8585FAF109A2101827DD1D5B95B8,525000000ibc/B1C0DDB14F25279A2026BC8794E12B259F8BDA546A3C5132CCAEE4431CE36783"
# ^^Set the cost per 1 Gb of active traffic passed through your node.^^
- "HOURLY_PRICES=4900000udvpn" # Set the cost per 1 hour of traffic passed through your node.
expose:
- port: 8585 # REMOTE_URL_PORT
to:
- global: true
ip: uniq_name_endpoint # Name from string 3, for example "ip: dvpn_dimokus"
- port: 3333 # LISTEN_PORT
to:
- global: true
ip: uniq_name_endpoint # Name from string 3, for example "ip: dvpn_dimokus"
profiles:
compute:
app:
resources:
cpu:
units: 1
memory:
size: 1Gi
storage:
size: 10Gi
placement:
akash:
pricing:
app:
denom: uakt
amount: 100000
deployment:
app:
akash:
profile: app
count: 1