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

env:
  TZ: UTC
#  TZ: Europe/Warsaw

service:
  main:
    ports:
      http:
        port: 8123

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

ingress:
  main:
    enabled: false