mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
traefik dashboard
This commit is contained in:
@@ -172,11 +172,15 @@ spec:
|
|||||||
# -- Specify the allowed entrypoints to use for the dashboard ingress route, (e.g. traefik, web, websecure).
|
# -- 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.
|
# By default, it's using traefik entrypoint, which is not exposed.
|
||||||
# /!\ Do not expose your dashboard without any protection over the internet /!\
|
# /!\ Do not expose your dashboard without any protection over the internet /!\
|
||||||
entryPoints: ["traefik"]
|
entryPoints: ["traefik", "websecure"]
|
||||||
# -- Additional ingressRoute middlewares (e.g. for authentication)
|
# -- Additional ingressRoute middlewares (e.g. for authentication)
|
||||||
middlewares: []
|
middlewares: []
|
||||||
# -- TLS options (e.g. secret containing certificate)
|
# -- TLS options (e.g. secret containing certificate)
|
||||||
tls: {}
|
tls:
|
||||||
|
- secretName: letsencrypt-wildcard-cert-michaelthomson.dev
|
||||||
|
hosts:
|
||||||
|
- server.michaelthomson.dev
|
||||||
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
# -- Create an IngressRoute for the healthcheck probe
|
# -- Create an IngressRoute for the healthcheck probe
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user