forked from akash-network/awesome-akash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy.yaml
39 lines (37 loc) · 853 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
---
version: "2.0"
services:
juno:
image: nomorelies/juno
expose:
- port: 6060
as: 6060
to:
- global: true
command:
- bash
- "-c"
args:
- "juno --http --http-port 6060 --http-host 0.0.0.0 --eth-node wss://mainnet.infura.io/ws/v3/<PASTE YOUR OWN INFURA KEY HERE>"
# --eth-node string | Websocket endpoint of the Ethereum node. In order to verify the correctness of the L2 chain, Juno must connect to an Ethereum node and parse events in the Starknet contract.
profiles:
compute:
juno:
resources:
cpu:
units: 2
memory:
size: 4Gi
storage:
- size: 600Gi
placement:
dcloud:
pricing:
juno:
denom: uakt
amount: 10000
deployment:
juno:
dcloud:
profile: juno
count: 1