From aff10972d966a95d744b0969f607700354e7c873 Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Thu, 10 Jul 2025 17:53:51 +0300 Subject: [PATCH] Fix proxy for home-assist --- manifests/home-assistant/values.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/manifests/home-assistant/values.yaml b/manifests/home-assistant/values.yaml index 25eb8cf..77fd702 100644 --- a/manifests/home-assistant/values.yaml +++ b/manifests/home-assistant/values.yaml @@ -24,8 +24,12 @@ ingress: - path: / pathType: Prefix -hassConfig: - http: - use_x_forwarded_for: true - trusted_proxies: - - 10.42.0.0/16 +configuration: + enabled: true + forceInit: true # Optional – forces merging with template on every start + trusted_proxies: + - 10.0.0.0/8 + - 192.168.0.0/16 + - 172.16.0.0/12 + - 127.0.0.1/8 + - 10.42.0.0/16 # Your K3s pod CIDR