fix: try hostNetwork true to fix unreachable home-assitant

This commit is contained in:
Patryk Hegenberg 2025-05-14 13:14:08 +02:00
parent 3724da25d7
commit b7591a440b

View file

@ -15,18 +15,18 @@ spec:
name: home-assistant name: home-assistant
namespace: flux-system namespace: flux-system
values: values:
hostNetwork: true
service: service:
http:
type: ClusterIP type: ClusterIP
port: 8123 port: 8123
ingress: # ingress:
enabled: true # enabled: true
className: traefik # className: traefik
hosts: # hosts:
- host: home-assistant.local # - host: home-assistant.local
paths: # paths:
- path: / # - path: /
pathType: Prefix # pathType: Prefix
persistence: persistence:
enabled: true enabled: true
storageClass: local-path storageClass: local-path