From a567541ad4ef5922d9c01424cd7229df02170fb9 Mon Sep 17 00:00:00 2001 From: Joe Monk Date: Sun, 4 Aug 2024 23:32:07 +0100 Subject: [PATCH] Update the name for the ingress --- clusters/kairos/traefik/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/kairos/traefik/ingress.yaml b/clusters/kairos/traefik/ingress.yaml index 388cfe0..143dfec 100644 --- a/clusters/kairos/traefik/ingress.yaml +++ b/clusters/kairos/traefik/ingress.yaml @@ -9,7 +9,7 @@ spec: - match: Host(`traefik.k3s`) kind: Rule services: - - name: traefik + - name: traefik-dashboard namespace: kube-system nativeLB: true kind: Service