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