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

env:
  TZ: Europe/Warsaw

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

ingress:
  main:
    enabled: false