FEAT(traefik): add /api/websites to ingress
- Add /api/websites path to ingress routes - Enable website API access
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user