mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 06:47:01 +07:00
18 lines
416 B
YAML
18 lines
416 B
YAML
|
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
|