mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:14:50 +07:00
feat: install OpenSpeedTest
This commit is contained in:
parent
d0d64baa73
commit
db4c2f8ca1
7
apps/speedtest/Chart.yaml
Normal file
7
apps/speedtest/Chart.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
apiVersion: v2
|
||||
name: speedtest
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
- name: openspeedtest
|
||||
version: 0.1.2
|
||||
repository: https://openspeedtest.github.io/Helm-chart
|
17
apps/speedtest/values.yaml
Normal file
17
apps/speedtest/values.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
openspeedtest:
|
||||
ingress:
|
||||
enabled: true
|
||||
className: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-prod
|
||||
hajimari.io/appName: Speedtest
|
||||
hajimari.io/icon: speedometer
|
||||
hosts:
|
||||
- host: &host speedtest.khuedoan.com
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: speedtest-tls-certificate
|
||||
hosts:
|
||||
- *host
|
Loading…
Reference in New Issue
Block a user