diff --git a/traefik/helmrelease-traefik.yaml b/traefik/helmrelease-traefik.yaml index 9c43cbd..a9b44cb 100644 --- a/traefik/helmrelease-traefik.yaml +++ b/traefik/helmrelease-traefik.yaml @@ -172,15 +172,11 @@ 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", "websecure"] + entryPoints: ["traefik"] # -- Additional ingressRoute middlewares (e.g. for authentication) middlewares: [] # -- TLS options (e.g. secret containing certificate) - tls: - - secretName: letsencrypt-wildcard-cert-michaelthomson.dev - hosts: - - server.michaelthomson.dev - + tls: {} healthcheck: # -- Create an IngressRoute for the healthcheck probe enabled: false