From 3405dd5ccfb2cfecfca29c93a64e80e2fb5ecc78 Mon Sep 17 00:00:00 2001 From: alexlebens Date: Mon, 27 May 2024 22:02:49 -0500 Subject: [PATCH] fix service name --- .../applications/home-assistant/templates/ingress-route.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/applications/home-assistant/templates/ingress-route.yaml b/clusters/cl01tl/applications/home-assistant/templates/ingress-route.yaml index 50ca07c94..9c9fc2126 100644 --- a/clusters/cl01tl/applications/home-assistant/templates/ingress-route.yaml +++ b/clusters/cl01tl/applications/home-assistant/templates/ingress-route.yaml @@ -21,7 +21,7 @@ spec: priority: 10 services: - kind: Service - name: home-assistant + name: home-assistant-main port: 8123 - kind: Rule match: Host(`homeassistant.alexlebens.net`) && PathPrefix(`/outpost.goauthentik.io/`)