2021-04-30 21:40:20 +00:00
|
|
|
image:
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/appdaemon
|
2021-04-30 21:40:20 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-01-17 23:58:21 +00:00
|
|
|
tag: v4.2.1@sha256:4f3c06b9cd453f65e9e13b600b96a31bba25346e961d570b48881d4f63da3d60
|
2021-04-30 21:40:20 +00:00
|
|
|
|
2021-09-10 18:10:04 +00:00
|
|
|
securityContext:
|
2021-09-13 11:00:23 +00:00
|
|
|
runAsNonRoot: false
|
2021-04-30 21:40:20 +00:00
|
|
|
|
|
|
|
podSecurityContext:
|
2021-09-13 10:58:34 +00:00
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
2021-04-30 21:40:20 +00:00
|
|
|
|
|
|
|
env:
|
|
|
|
LATITUDE: 46
|
|
|
|
LONGITUDE: -94
|
|
|
|
ELEVATION: 1217
|
2021-06-30 16:02:25 +00:00
|
|
|
DASH_URL: "http://$HOSTNAME:5050"
|
2021-04-30 21:40:20 +00:00
|
|
|
|
2021-05-19 13:12:45 +00:00
|
|
|
service:
|
2021-04-30 21:40:20 +00:00
|
|
|
main:
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
main:
|
2021-09-29 15:37:36 +00:00
|
|
|
port: 5050
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 5050
|
2021-04-30 21:40:20 +00:00
|
|
|
tcp:
|
|
|
|
enabled: true
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
tcp:
|
|
|
|
enabled: true
|
|
|
|
port: 51050
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 51050
|
2021-04-30 21:40:20 +00:00
|
|
|
|
2021-09-26 20:28:16 +00:00
|
|
|
persistence:
|
|
|
|
conf:
|
2021-04-30 21:40:20 +00:00
|
|
|
enabled: true
|
2021-09-26 20:28:16 +00:00
|
|
|
mountPath: "/conf"
|
2021-11-14 19:19:16 +00:00
|
|
|
|
2021-09-29 14:36:34 +00:00
|
|
|
varrun:
|
|
|
|
enabled: true
|