fix: try reaching home-assitant over ingress

This commit is contained in:
Patryk Hegenberg 2025-05-14 13:17:34 +02:00
parent b7591a440b
commit 946d7ee10d

View file

@ -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