-
Notifications
You must be signed in to change notification settings - Fork 235
/
Copy pathdeploy.yml
82 lines (82 loc) · 1.64 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
version: "2.0"
services:
witnesschain-watchtower:
image: witnesschain/infinity-watch:1.0.0
expose:
- port: 80
as: 80
to:
- global: true
- port: 11112
as: 11112
to:
- global: true
- port: 22223
as: 22223
to:
- global: true
- port: 33334
as: 33334
to:
- global: true
- port: 33335
as: 33335
to:
- global: true
- port: 33336
as: 33336
to:
- global: true
- port: 44445
as: 44445
to:
- global: true
- port: 44446
as: 44446
to:
- global: true
- port: 44447
as: 44447
to:
- global: true
- port: 55556
as: 55556
to:
- global: true
env:
- latitude=
- longitude=
- radius=1000
- privateKey=
- walletPublicKey=
- keyType=ethereum
- havePublicIPv4Address=false
- havePublicIPv6Address=false
- havePrivateIPv4Address=false
- havePrivateIPv6Address=false
- saveResultsInDatabase=false
- submitResultsToContract=false
- projectName=akash
- rpcUrl=https://rpc.witnesschain.com
profiles:
compute:
witnesschain-watchtower:
resources:
cpu:
units: 1
memory:
size: 1Gi
storage:
- size: 5Gi
placement:
dcloud:
pricing:
witnesschain-watchtower:
denom: uakt
amount: 500
deployment:
witnesschain-watchtower:
dcloud:
profile: witnesschain-watchtower
count: 1