forked from akash-network/awesome-akash
-
Notifications
You must be signed in to change notification settings - Fork 1
/
deploy.yaml
58 lines (57 loc) · 1.57 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
---
version: "2.0"
services:
speedtest-tracker:
image: henrywhitaker3/speedtest-tracker
expose:
- port: 80
as: 80
to:
- global: true
params:
storage:
data:
mount: /config
env:
- OOKLA_EULA_GDPR=true
#Set to true to accept the Ookla EULA and privacy agreement. If this is not set, the container will not start
- AUTH=false
#Default credentials with AUTH=true are [email protected] / password
#When enabled, unauthenticated users will only be able to see the graphs and tests table.
#- SLACK_WEBHOOK=
#Put a slack webhook here to get slack notifications when a speedtest is run. To use discord webhooks, just append /slack to the end of your discord webhook URL
#- TELEGRAM_BOT_TOKEN=
#Telegram bot API token.
#- TELEGRAM_CHAT_ID=
#Telegram chat ID.
#- INFLUXDB_RETENTION=30d
#Sets the InfluxDB retention period, defaults to 30d
#- INFLUXDB_HOST_TAG=speedtest
#Sets the InfluxDB host tag value, defaults to speedtest
profiles:
compute:
speedtest-tracker:
resources:
cpu:
units: 1.0
memory:
size: 512Mi
storage:
# size: 1Gi
- size: 1Gi
- name: data
size: 3Gi
attributes:
persistent: true
class: beta3
placement:
akash:
pricing:
speedtest-tracker:
denom: uakt
amount: 10000
deployment:
speedtest-tracker:
akash:
profile: speedtest-tracker
count: 1