FEAT(traefik): add /intl to public ingress

- Add /intl path to public ingress routes
- Enable internationalization endpoint access
This commit is contained in:
2026-01-03 16:07:10 +09:00
parent 6aec454da1
commit 2934188c79

View File

@@ -48,6 +48,14 @@ spec:
name: umami name: umami
port: port:
number: 3000 number: 3000
# Internationalization (language files)
- path: /intl
pathType: Prefix
backend:
service:
name: umami
port:
number: 3000
# Tracking script (also public) # Tracking script (also public)
- path: /script.js - path: /script.js
pathType: Exact pathType: Exact