Files
truecharts/charts/stable/esphome/values.yaml
T
TrueCharts BotandGitHub 9125a76065 chore(deps): update docker general non-major (#3503)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-08-18 10:54:30 +02:00

44 lines
863 B
YAML

image:
repository: tccr.io/truecharts/esphome
pullPolicy: IfNotPresent
tag: 2022.8.0@sha256:774d60252766cb1fda00fd9de89ae0c9e5dacab2b8fd5174ae2bb585dfda3592
# App needs to run as root because of this: https://github.com/esphome/issues/issues/2752
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
privileged: true
allowPrivilegeEscalation: true
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 6052
targetPort: 6052
env:
{}
# ESPHOME_DASHBOARD_USE_PING: true
# ESPHOME_DASHBOARD_RELATIVE_URL: "/"
# ESPHOME_QUICKWIZARD:
# ESPHOME_IS_HASSIO:
# DISABLE_HA_AUTHENTICATION:
# USERNAME:
# PASSWORD:
persistence:
config:
enabled: true
mountPath: "/config"
platformio:
enabled: true
mountPath: "/.platformio"
portal:
enabled: true