forked from ixofoundation/ixo-webclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
akash.deploy.yaml
42 lines (40 loc) · 1.09 KB
/
akash.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
40
41
42
#deployment for blocksync on the akash network
#this file has not been tested
version: "2.0"
services:
webclient:
image: northroomza/ixo-webclient:latest
expose:
- port: 3000
as: 80
accept:
- "add.domain.hostname.here"
to:
global: true
env:
-
profiles:
compute:
webclient:
resources:
cpu:
units: 1.0
memory:
size: 512Mi
storage: 512Mi
placements: #this sections needs to be configured
westcoast: #example region
attributes:
region: us-west #example region
pricing:
webclient-profile:
denom: #add token denom
amount: #add token amount
deployment:
webclient-profile:
akash:
profiles: webclient
count: 1
###Please note that storage only persists during the lease. The storage is lost when:
###The deployment is migrated to a different provider.
###The deployment’s lease is closed. Even when relaunched onto the same provider, storage will not persist across leases.