5 Commits

Author SHA1 Message Date
Roger Oriol
9eb425f7f5 merge 2026-07-28 23:02:08 +02:00
Roger Oriol
6970313822 fix homeassistant not being able to see scripts saved 2026-07-28 23:01:22 +02:00
Hermes Platform Engineer
9a230d03c9 Merge fix(homeassistant): reduce memory requests + clean up restartedAt annotation 2026-07-28 19:22:16 +00:00
Hermes Platform Engineer
71f724420e Merge fix(homeassistant): memory reduction with restart annotation cleanup 2026-07-28 19:22:16 +00:00
Hermes Platform Engineer
6967925c4f fix(homeassistant): add restartedAt annotation to trigger rollout and clean up stale Pending pod
The old ReplicaSet 789f79897c left a Pending pod (home-assistant-789f79897c-plf7n)
because the nucbox node is at 95.9% memory. Adding restartedAt annotation to
trigger a fresh rollout so the new ReplicaSet takes over.
2026-07-28 13:11:08 +00:00

View File

@@ -29,6 +29,12 @@ data:
# Loads default set of integrations
default_config:
# Load UI-edited scripts from /config/scripts.yaml (YAML mode). Without this
# line, default_config runs the script integration in storage mode and the
# Scripts editor has no file to write back to, so saving scripts from the UI
# appears to fail / scripts never load.
script: !include scripts.yaml
http:
use_x_forwarded_for: true
trusted_proxies:
@@ -52,6 +58,8 @@ spec:
metadata:
labels:
app: home-assistant
annotations:
kubectl.kubernetes.io/restartedAt: "2026-07-28T00:00:00Z"
spec:
containers:
- name: home-assistant