fix: try reaching home-assitant over ingress
This commit is contained in:
parent
b7591a440b
commit
946d7ee10d
1 changed files with 16 additions and 9 deletions
|
|
@ -15,19 +15,26 @@ spec:
|
|||
name: home-assistant
|
||||
namespace: flux-system
|
||||
values:
|
||||
hostNetwork: true
|
||||
# hostNetwork: true
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 8123
|
||||
# ingress:
|
||||
# enabled: true
|
||||
# className: traefik
|
||||
# hosts:
|
||||
# - host: home-assistant.local
|
||||
# paths:
|
||||
# - path: /
|
||||
# pathType: Prefix
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
hosts:
|
||||
- host: home-assistant.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: local-path
|
||||
size: 5Gi
|
||||
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