mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
cf6454cad6
- Removed commented items in persistence. Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
40 lines
708 B
YAML
40 lines
708 B
YAML
#
|
|
# IMPORTANT NOTE
|
|
#
|
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
|
#
|
|
|
|
image:
|
|
repository: acockburn/appdaemon
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.0.8
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
service:
|
|
port:
|
|
port: 5050
|
|
|
|
# Environment variables that can be configure can be seen at
|
|
# https://appdaemon.readthedocs.io/en/latest/DOCKER_TUTORIAL.html
|
|
env: {}
|
|
# TZ:
|
|
# LATITUDE:
|
|
# LONGITUDE:
|
|
# ELEVATION:
|
|
# HA_URL:
|
|
# DASH_URL:
|
|
# TOKEN:
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir:
|
|
enabled: false
|
|
mountPath: /conf
|