Fix proxy for home-assist
This commit is contained in:
parent
607ab39a7b
commit
aff10972d9
@ -24,8 +24,12 @@ ingress:
|
|||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|
||||||
hassConfig:
|
configuration:
|
||||||
http:
|
enabled: true
|
||||||
use_x_forwarded_for: true
|
forceInit: true # Optional – forces merging with template on every start
|
||||||
trusted_proxies:
|
trusted_proxies:
|
||||||
- 10.42.0.0/16
|
- 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user