From 9c4ca704979db22f451966616bc7e5ee6558d3a7 Mon Sep 17 00:00:00 2001 From: Vegard Hagen Date: Wed, 1 May 2024 22:22:08 +0200 Subject: [PATCH] chore(haos): Remove 'matches' field --- apps/utility/haos/http-route.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/apps/utility/haos/http-route.yaml b/apps/utility/haos/http-route.yaml index 4c73d64..30ba833 100644 --- a/apps/utility/haos/http-route.yaml +++ b/apps/utility/haos/http-route.yaml @@ -10,10 +10,6 @@ spec: hostnames: - "haos.stonegarden.dev" rules: - - matches: - - path: - type: PathPrefix - value: / - backendRefs: + - backendRefs: - name: home-assistant port: 8123 \ No newline at end of file