mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
29 lines
433 B
YAML
29 lines
433 B
YAML
# Default values for ESPHome Helm Chart
|
|
image:
|
|
repository: ghcr.io/esphome/esphome
|
|
pullPolicy: Always
|
|
|
|
timezone: "Europe/Kyiv"
|
|
usePing: "true"
|
|
|
|
resources:
|
|
requests:
|
|
cpu: "100m"
|
|
memory: "256Mi"
|
|
limits:
|
|
cpu: "2"
|
|
memory: "1Gi"
|
|
|
|
hostNetwork: true
|
|
|
|
volume:
|
|
hostPath: ""
|
|
|
|
ingresses: {}
|
|
# https:
|
|
# host: esphome.example.com
|
|
# annotations: {}
|
|
# tls:
|
|
# - hosts:
|
|
# - esphome.example.com
|