FEAT(umami): add /api/send to public ingress

- Add /api/send path to public ingress routes
- Allow tracking data submission without auth
This commit is contained in:
2026-01-04 02:15:51 +09:00
parent 6c7af94c10
commit 67dd7c966a

View File

@@ -64,6 +64,14 @@ spec:
name: umami name: umami
port: port:
number: 3000 number: 3000
# Tracking API (required for script.js to send data)
- path: /api/send
pathType: Exact
backend:
service:
name: umami
port:
number: 3000
--- ---
# Protected Ingress - Dashboard (Authelia SSO required) # Protected Ingress - Dashboard (Authelia SSO required)
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1