2021-04-30 21:40:20 +00:00
|
|
|
image:
|
2021-09-11 11:52:00 +00:00
|
|
|
repository: docker.io/acockburn/appdaemon
|
2021-04-30 21:40:20 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2021-09-13 10:58:34 +00:00
|
|
|
tag: v4.1.0@sha256:209ee1c83b4c0794dd6f50333f60a212d0df7c4205e7e374ac78d988ffc3d8fd
|
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:
|
2021-05-22 22:18:56 +00:00
|
|
|
TZ: "America/Chicago"
|
2021-04-30 21:40:20 +00:00
|
|
|
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-04-30 21:40:20 +00:00
|
|
|
tcp:
|
|
|
|
enabled: true
|
|
|
|
type: ClusterIP
|
2021-05-19 13:12:45 +00:00
|
|
|
ports:
|
|
|
|
tcp:
|
|
|
|
enabled: true
|
|
|
|
port: 51050
|
|
|
|
protocol: TCP
|
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-08-29 12:02:17 +00:00
|
|
|
type: pvc
|
|
|
|
accessMode: ReadWriteOnce
|
|
|
|
size: "100Gi"
|
2021-09-29 14:36:34 +00:00
|
|
|
varrun:
|
|
|
|
enabled: true
|