TrueChartsClone/charts/stable/appdaemon/values.yaml

41 lines
658 B
YAML

image:
repository: tccr.io/truecharts/appdaemon
pullPolicy: IfNotPresent
tag: 4.2.3@sha256:3fa8d88560d0dd12259812ad7a0869ede726da24d82090230e07bf66cd0b4c0e
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secretEnv:
TOKEN: "REPLACETHIS"
env:
DASH_URL: "http://$HOSTNAME:5050"
HA_URL: ""
LATITUDE: 46
LONGITUDE: -94
ELEVATION: 1217
TIMEZONE: "{{ .Values.TZ }}"
service:
main:
ports:
main:
port: 5050
targetPort: 5050
persistence:
conf:
enabled: true
mountPath: "/conf"
varrun:
enabled: true
portal:
enabled: true