TrueChartsCatalogClone/stable/appdaemon/7.0.7/helm-values.md

1.7 KiB

Default Helm-Values

TrueCharts is primarily build to supply TrueNAS SCALE Apps. However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.

Most of our Apps also consume our "common" Helm Chart. If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.

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"
image.pullPolicy string "IfNotPresent"
image.repository string "tccr.io/truecharts/appdaemon"
image.tag string "v4.1.0@sha256:f490c318750595459824cb9355b95c8cdab768271288477454b212a8a93499a6"
persistence.conf.enabled bool true
persistence.conf.mountPath string "/conf"
persistence.varrun.enabled bool true
podSecurityContext.runAsGroup int 0
podSecurityContext.runAsUser int 0
securityContext.runAsNonRoot bool false
service.main.ports.main.port int 5050
service.main.ports.main.targetPort 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.targetPort int 51050

All Rights Reserved - The TrueCharts Project