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