image: repository: ghcr.io/home-assistant/home-assistant tag: "2025.7.1" pullPolicy: IfNotPresent service: type: ClusterIP port: 8123 persistence: enabled: true storageClass: nfs-client size: 5Gi ingress: enabled: true ingressClassName: traefik annotations: traefik.ingress.kubernetes.io/router.entrypoints: websecure traefik.ingress.kubernetes.io/router.tls: "true" hosts: - host: ha.dvirlabs.com paths: - path: / pathType: Prefix