mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 03:27:08 +00:00
34 lines
826 B
YAML
34 lines
826 B
YAML
home-assistant:
|
|
image:
|
|
# Must match Chart.yaml appVersion — subchart can't access parent's appVersion
|
|
tag: "2026.9.0.dev202608070307"
|
|
|
|
hostNetwork: false
|
|
|
|
# DEPRECATED: HA core has migrated the http: config section (server_port,
|
|
# ip_ban_enabled, login_attempts_threshold, use_x_forwarded_for,
|
|
# trusted_proxies) out of configuration.yaml — it now warns "The HTTP
|
|
# configuration in configuration.yaml has already been migrated and is
|
|
# now being ignored". Keep disabled; see home-assistant/values.yaml.
|
|
http:
|
|
enabled: false
|
|
|
|
homekit:
|
|
enabled: false
|
|
|
|
persistence:
|
|
config:
|
|
type: pvc
|
|
size: 5Gi
|
|
storageClass: local-path
|
|
media:
|
|
enabled: false
|
|
|
|
resources:
|
|
requests:
|
|
cpu: "100m"
|
|
memory: "512Mi"
|
|
limits:
|
|
cpu: "2"
|
|
memory: "2Gi"
|