mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
29 lines
464 B
YAML
29 lines
464 B
YAML
home-assistant:
|
|
image:
|
|
# Must match Chart.yaml appVersion — subchart can't access parent's appVersion
|
|
tag: "2026.8.0.dev202607130313"
|
|
|
|
hostNetwork: false
|
|
|
|
http:
|
|
enabled: true
|
|
|
|
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"
|