40 lines
838 B
YAML
40 lines
838 B
YAML
image:
|
|
repository: tccr.io/truecharts/esphome
|
|
pullPolicy: IfNotPresent
|
|
tag: v2021.12.3@sha256:5627e9a2b7134603a2dbc950ce9ab501ed026b106b1eee95a00f5c531e26d1ad
|
|
|
|
# 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"
|