From 9ab35b8b699400468814fb994dd590ff09fc1286 Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Sun, 25 May 2025 19:27:33 +0200 Subject: [PATCH] fix: add a missing ip --- apps/home-assistant/helmrelease.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/home-assistant/helmrelease.yaml b/apps/home-assistant/helmrelease.yaml index 9b25894..bc2d03f 100644 --- a/apps/home-assistant/helmrelease.yaml +++ b/apps/home-assistant/helmrelease.yaml @@ -42,7 +42,8 @@ spec: trusted_proxies: - 10.42.0.0/16 - 10.0.0.0/8 + - 127.16.0.0/12 - 192.168.0.0/16 - ::1 - - 127.0.0.1 + - 127.0.0.1/8 # use_x_forwarded_for: true