Files
truecharts/charts/stable/esphome/values.yaml
T
TrueCharts BotandGitHub 4dc32a9142 chore(deps): update docker general non-major (#3736)
* 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-09-11 12:08:28 +02:00

44 lines
863 B
YAML

image:
repository: tccr.io/truecharts/esphome
pullPolicy: IfNotPresent
tag: 2022.8.3@sha256:82e62a0765215e3b78e4501c99b5da82b7efb4be9b3927f841274a10e14dc77f
# 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