Newer
Older
Argocd / gitops / homeassistant-dev / values.yaml
Wojciech Konieczny on 19 Dec 206 bytes Update k8s
image:
  repository: homeassistant/home-assistant
  tag: stable

env:
  TZ: Europe/Warsaw

persistence:
  config:
    enabled: true
    mountPath: /config
    size: 5Gi

ingress:
  main:
    enabled: false