khuedoan-homelab/apps/speedtest/values.yaml
Khue Doan 674e7e6505 fix(speedtest): increase ingress body size
Otherwise it will return unrealisticly high upload measurements.
See https://openspeedtest.com/selfhosted-speedtest#Source-Code-Docker
2023-11-05 20:42:43 +07:00

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