From a20276478440173b82ecd53ffe6c1f2772db5b0e Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Tue, 4 Apr 2023 23:11:51 -0400 Subject: [PATCH] Try to get traefik dashboard ingress working --- cluster/core/networking/traefik/dashboard-ingress.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/core/networking/traefik/dashboard-ingress.yaml b/cluster/core/networking/traefik/dashboard-ingress.yaml index 15ab9f1..ea108e9 100644 --- a/cluster/core/networking/traefik/dashboard-ingress.yaml +++ b/cluster/core/networking/traefik/dashboard-ingress.yaml @@ -1,7 +1,7 @@ apiVersion: traefik.containo.us/v1alpha1 kind: IngressRoute metadata: - name: traefik-dashboard + name: traefik-dashboard-ingress namespace: traefik annotations: cert-manager.io/cluster-issuer: "letsencrypt-production" @@ -11,11 +11,11 @@ spec: - traefik routes: - kind: Rule - match: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard/`) || PathPrefix(`/api`)) + match: Host(`k3st.***REMOVED***`) && (PathPrefix(`/dashboard/`) || PathPrefix(`/api/`)) priority: 10 services: - kind: Service - name: traefik-helm + name: traefik namespace: traefik passHostHeader: true port: 9000