fix: next try to fix home-assistant
This commit is contained in:
parent
0cd8398cdd
commit
66249a3319
1 changed files with 6 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ spec:
|
|||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: homeassistant-service
|
||||
name: home-assistant
|
||||
port:
|
||||
number: 8123
|
||||
persistence:
|
||||
|
|
@ -41,7 +41,12 @@ spec:
|
|||
storageClass: local-path
|
||||
size: 5Gi
|
||||
configuration:
|
||||
enabled: true
|
||||
trusted_proxies:
|
||||
- 10.0.0.0/8
|
||||
- 172.16.0.0/12
|
||||
- 192.168.0.0/16
|
||||
- ::1
|
||||
- 127.0.0.1
|
||||
- 172.23.0.0/16
|
||||
use_x_forwarded_for: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue