45 lines
767 B
YAML
45 lines
767 B
YAML
image:
|
|
repository: docker.io/acockburn/appdaemon
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.1.0@sha256:209ee1c83b4c0794dd6f50333f60a212d0df7c4205e7e374ac78d988ffc3d8fd
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
env:
|
|
TZ: "America/Chicago"
|
|
LATITUDE: 46
|
|
LONGITUDE: -94
|
|
ELEVATION: 1217
|
|
DASH_URL: "http://$HOSTNAME:5050"
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 5050
|
|
targetPort: 5050
|
|
tcp:
|
|
enabled: true
|
|
type: ClusterIP
|
|
ports:
|
|
tcp:
|
|
enabled: true
|
|
port: 51050
|
|
targetPort: 51050
|
|
protocol: TCP
|
|
|
|
persistence:
|
|
conf:
|
|
enabled: true
|
|
mountPath: "/conf"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|
|
varrun:
|
|
enabled: true
|