traefik dashboard attempt 3

This commit is contained in:
Michael Thomson
2023-11-23 23:15:41 -05:00
parent 443bf5da81
commit f0921ae6c9
3 changed files with 470 additions and 1 deletions

View File

@@ -172,7 +172,7 @@ spec:
# -- 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 /!\
entryPoints: ["traefik"]
entryPoints: ["traefik", "web", "websecure"]
# -- Additional ingressRoute middlewares (e.g. for authentication)
middlewares: []
# -- TLS options (e.g. secret containing certificate)