From 9ee0e419a06cb6f6ca65cc775461735a043710ec Mon Sep 17 00:00:00 2001 From: William P Date: Sat, 20 Dec 2025 17:16:49 -0500 Subject: [PATCH] fix dispatcharr route --- system-apps/traefik/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system-apps/traefik/values.yaml b/system-apps/traefik/values.yaml index d64c5f2..03f7619 100644 --- a/system-apps/traefik/values.yaml +++ b/system-apps/traefik/values.yaml @@ -86,7 +86,9 @@ traefik: entryPoints: - web service: dispatcharr - rule: Host(`dispatcharr.dubyatp.xyz`) + tls: + options: default + rule: 'Host(`dispatcharr.dubyatp.xyz`) && PathPrefix(`/`)' services: dispatcharr: loadBalancer: