Files
truecharts/charts/stable/appdaemon/values.yaml
T

45 lines
984 B
YAML

image:
repository: docker.io/acockburn/appdaemon
pullPolicy: IfNotPresent
tag: 4.5.11@sha256:512c86e8cc24a3654e4cd2ddaf8a64ecd4e3707976a66b85bc2d9be51553be67
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 5050
protocol: http
targetPort: 5050
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env:
DASH_URL: "http://0.0.0.0:5050"
HA_URL: "ha-url"
LATITUDE: 46
LONGITUDE: -94
ELEVATION: 1217
TIMEZONE: "{{ .Values.TZ }}"
TOKEN: "REPLACETHIS"
persistence:
conf:
enabled: true
mountPath: /conf