image: repository: tccr.io/truecharts/appdaemon pullPolicy: IfNotPresent tag: 4.2.3@sha256:3fa8d88560d0dd12259812ad7a0869ede726da24d82090230e07bf66cd0b4c0e 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