mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
feat: Add ESPHome Helm chart
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user