Skip to content

IngressRoute for Traefik Dashboard Not Being Created #10013

Answered by BeaverBytes
BeaverBytes asked this question in Q&A
Discussion options

You must be logged in to vote

While I don't see IngressRoute resource for traefik-dashboard, I was able to get the Traefik dashboard to route to traefik-kube.com by providing the following entry points: "web" and "websecure". Below is my new configuration:

apiVersion: helm.cattle.io/v1
kind: HelmChartConfig
metadata:
  name: traefik
  namespace: kube-system
spec:
  valuesContent: |-
      deployment:
          labels: {lab:  "enterprise"}
      ingressRoute:
          dashboard:
              enabled: true
              matchRule: Host(`traefik-kube.com`)
              entryPoints: ["web", "websecure"]
          healthcheck:
              enabled: true
              entryPoints: ["traefik", "web", "websecure"]
      p…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BeaverBytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant