update ingress route

This commit is contained in:
Michael Thomson
2023-12-01 11:48:44 -05:00
parent 2e448a5367
commit 3b4d261107

View File

@@ -168,7 +168,7 @@ spec:
# -- Additional ingressRoute labels (e.g. for filtering IngressRoute by custom labels)
labels: {}
# -- The router match rule used for the dashboard ingressRoute
matchRule: Host(`server.michaelthomson.dev`) && PathPrefix(`/dashboard`)
matchRule: Host(`server.michaelthomson.dev`)
# -- Specify the allowed entrypoints to use for the dashboard ingress route, (e.g. traefik, web, websecure).
# By default, it's using traefik entrypoint, which is not exposed.
# /!\ Do not expose your dashboard without any protection over the internet /!\