image: repository: tccr.io/truecharts/appdaemon pullPolicy: IfNotPresent tag: 4.4.2@sha256:a0705dcc407656fa8df4382574048956ec75d8fd923e1f69bf05c6fc74fcca6d securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0 service: main: ports: main: port: 5050 protocol: http targetPort: 5050 workload: main: podSpec: containers: main: probes: liveness: type: http path: / readiness: type: http path: / startup: type: http path: / env: DASH_URL: "http://$HOSTNAME:5050" HA_URL: "" LATITUDE: 46 LONGITUDE: -94 ELEVATION: 1217 TIMEZONE: "{{ .Values.TZ }}" TOKEN: "REPLACETHIS" persistence: conf: enabled: true mountPath: /conf portal: open: enabled: true