TrueChartsClone/charts/incubator/appdaemon
TrueCharts-Bot d60fcc6c89 Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-16 13:34:32 +00:00
..
SCALE Add regex to apps (#691) 2021-07-13 23:40:12 +02:00
templates Restructure repo to be a little cleaner (#445) 2021-05-09 18:11:00 +02:00
CONFIG.md Daily Housekeeping 2021-08-16 13:34:32 +00:00
Chart.yaml Daily Housekeeping 2021-08-16 13:34:32 +00:00
README.md Daily Housekeeping 2021-08-16 13:34:32 +00:00
app-readme.md Restructure repo to be a little cleaner (#445) 2021-05-09 18:11:00 +02:00
values.yaml Appdaemon add persistence and default dash_url (#627) 2021-06-30 18:02:25 +02:00

README.md

appdaemon

Version: 3.6.0 Type: application AppVersion: v4.0.8

AppDaemon is a loosely coupled, multithreaded, sandboxed python execution environment for writing automation apps for Home Assistant home automation software. It also provides a configurable dashboard (HADashboard) suitable for wall mounted tablets.

Homepage: https://github.com/truecharts/apps/tree/master/charts/incubator/appdaemon

Maintainers

Name Email Url
TrueCharts info@truecharts.org truecharts.org
warllo54 20650065+warllo54@users.noreply.github.com truecharts.org

Source Code

Requirements

Kubernetes: >=1.16.0-0

Repository Name Version
https://truecharts.org/ common 6.8.0

Values

Key Type Default Description
env.DASH_URL string "http://$HOSTNAME:5050"
env.ELEVATION int 1217
env.LATITUDE int 46
env.LONGITUDE int -94
env.TZ string "America/Chicago"
hostPathMounts[0].enabled bool true
hostPathMounts[0].mountPath string "/conf"
hostPathMounts[0].name string "config"
hostPathMounts[0].type string "emptyDir"
image.pullPolicy string "IfNotPresent"
image.repository string "ghcr.io/k8s-at-home/appdaemon"
image.tag string "v4.0.8"
podSecurityContext.fsGroup int 568
podSecurityContext.runAsGroup int 568
podSecurityContext.runAsNonRoot bool true
podSecurityContext.runAsUser int 568
service.main.ports.main.port int 5050
service.tcp.enabled bool true
service.tcp.ports.tcp.enabled bool true
service.tcp.ports.tcp.port int 51050
service.tcp.ports.tcp.protocol string "TCP"
service.tcp.type string "ClusterIP"
strategy.type string "Recreate"

Autogenerated from chart metadata using helm-docs v1.5.0