forked from akash-network/node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeployment2.yaml
More file actions
51 lines (48 loc) · 787 Bytes
/
Copy pathdeployment2.yaml
File metadata and controls
51 lines (48 loc) · 787 Bytes
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"
services:
web:
image: chentex/random-logger
expose:
- port: 80
as: 80
accept:
- hello.localhost
to:
- global: true
bew:
image: chentex/random-logger
expose:
- port: 80
as: 80
accept:
- hello1.localhost
to:
- global: true
profiles:
compute:
web:
resources:
cpu:
units: 0.1
memory:
size: 16Mi
storage:
size: 128Mi
placement:
westcoast:
attributes:
region: us-west
pricing:
web:
denom: uakt
amount: 1000
deployment:
web:
westcoast:
profile: web
count: 1
bew:
westcoast:
profile: web
count: 1