From 4bc9252c307b63dc25ad8422625c7d7eb4fd23bf Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Sun, 25 May 2025 18:27:25 +0200 Subject: [PATCH] fix: add trusted proxy to enable traefik --- apps/home-assistant/helmrelease.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/home-assistant/helmrelease.yaml b/apps/home-assistant/helmrelease.yaml index 7916bfb..f7209ba 100644 --- a/apps/home-assistant/helmrelease.yaml +++ b/apps/home-assistant/helmrelease.yaml @@ -35,3 +35,11 @@ spec: service: type: ClusterIP port: 8123 + configuration: + enabled: true + trusted_proxies: + - "10.43.0.0/16" + - "192.168.0.0/16" + - "::1" + - "127.0.0.1" + use_x_forwarded_for: true