Files
truecharts/charts/stable/esphome/values.yaml
T
7f12bce02b chore(deps): update docker general non-major (#2357)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-31 15:09:42 +02:00

40 lines
837 B
YAML

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