forked from akash-network/awesome-akash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdeploy.yaml
45 lines (45 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
40
41
42
43
44
45
---
version: '2.0'
services:
vaultwarden:
image: 'vaultwarden/server:alpine'
expose:
- port: 80
as: 80
accept:
- vault.domain.tld
to:
- global: true
env:
- ADMIN_TOKEN=your-freshly-generated-token
params:
storage:
data:
mount: /mnt/vw-data
readOnly: false
profiles:
compute:
vaultwarden:
resources:
cpu:
units: 0.3
memory:
size: 256Mi
storage:
- size: 8Mi
- name: data
size: 256Mi
attributes:
persistent: true
class: beta2
placement:
eastcoast:
pricing:
vaultwarden:
denom: uakt
amount: 10000
deployment:
vaultwarden:
eastcoast:
profile: vaultwarden
count: 1