Files
truecharts/charts/stable/esphome/values.yaml
T
5c2206eb40 chore(deps): update docker general non-major (#2198)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-17 09:15:06 +01:00

40 lines
837 B
YAML

image:
repository: tccr.io/truecharts/esphome
pullPolicy: IfNotPresent
tag: v2022.2.6@sha256:ae1a22ee5387497a4b4e9261d957330eff11f95c88e00f085e7ffed576d2dece
# 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"