mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
674e7e6505
Otherwise it will return unrealisticly high upload measurements. See https://openspeedtest.com/selfhosted-speedtest#Source-Code-Docker
19 lines
471 B
YAML
19 lines
471 B
YAML
openspeedtest:
|
|
ingress:
|
|
enabled: true
|
|
className: nginx
|
|
annotations:
|
|
nginx.ingress.kubernetes.io/proxy-body-size: 50m
|
|
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
|