Files
truecharts/charts/stable/appdaemon/values.yaml
T
Kjeld Schouten-LebbingandGitHub 085fb02b3f fix(common): fix TZ being wrongly defined in common and remove its references from some remaining Apps (#2005)
* fix(common): fix TZ being wrongly defined in common and remove its references from some remaining Apps

* hmm

* update tests and add PUID as default as well

* cleanup more tests

* no message

* hussle

* hussle

* fix tests
2022-03-03 12:09:37 +01:00

40 lines
639 B
YAML

image:
repository: tccr.io/truecharts/appdaemon
pullPolicy: IfNotPresent
tag: v4.2.1@sha256:4f3c06b9cd453f65e9e13b600b96a31bba25346e961d570b48881d4f63da3d60
securityContext:
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
env:
LATITUDE: 46
LONGITUDE: -94
ELEVATION: 1217
DASH_URL: "http://$HOSTNAME:5050"
service:
main:
ports:
main:
port: 5050
targetPort: 5050
tcp:
enabled: true
ports:
tcp:
enabled: true
port: 51050
targetPort: 51050
persistence:
conf:
enabled: true
mountPath: "/conf"
varrun:
enabled: true