diff --git a/apps/home-assitant/helmrelease.yaml b/apps/home-assitant/helmrelease.yaml index 17fe769..69d6bbe 100644 --- a/apps/home-assitant/helmrelease.yaml +++ b/apps/home-assitant/helmrelease.yaml @@ -15,18 +15,18 @@ spec: name: home-assistant namespace: flux-system values: + hostNetwork: true service: - http: - type: ClusterIP - port: 8123 - ingress: - enabled: true - className: traefik - hosts: - - host: home-assistant.local - paths: - - path: / - pathType: Prefix + type: ClusterIP + port: 8123 + # ingress: + # enabled: true + # className: traefik + # hosts: + # - host: home-assistant.local + # paths: + # - path: / + # pathType: Prefix persistence: enabled: true storageClass: local-path