fix: next try to fix home-assitant
This commit is contained in:
parent
46575fc4b9
commit
0cd8398cdd
1 changed files with 7 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ spec:
|
|||
name: home-assistant
|
||||
namespace: flux-system
|
||||
values:
|
||||
# hostNetwork: true
|
||||
hostNetwork: true
|
||||
# hostPort:
|
||||
# enabled: true
|
||||
# port: 8123
|
||||
|
|
@ -31,6 +31,11 @@ spec:
|
|||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: homeassistant-service
|
||||
port:
|
||||
number: 8123
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: local-path
|
||||
|
|
@ -38,7 +43,6 @@ spec:
|
|||
configuration:
|
||||
trusted_proxies:
|
||||
- 127.0.0.1
|
||||
- 10.42.0.0/16
|
||||
- 172.18.0.0/16
|
||||
- 172.23.0.0/16
|
||||
use_x_forwarded_for: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue