FEAT(traefik): add /api/websites to ingress

- Add /api/websites path to ingress routes
- Enable website API access
This commit is contained in:
2026-01-03 15:28:48 +09:00
parent 3a6c4c9d4e
commit 6aec454da1

View File

@@ -32,6 +32,14 @@ spec:
name: umami name: umami
port: port:
number: 3000 number: 3000
# Websites API (used by share page)
- path: /api/websites
pathType: Prefix
backend:
service:
name: umami
port:
number: 3000
# Next.js static files # Next.js static files
- path: /_next - path: /_next
pathType: Prefix pathType: Prefix