Commit Graph

12 Commits

Author SHA1 Message Date
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
Hermes Platform Engineer
2f1ae311f7 fix(homeassistant): reduce memory requests to 256Mi, add node affinity for raspberrypi
Node roger-nucbox-evo-x2 is at 3.78% memory free causing home-assistant
pods to flap Pending/Running. Reduce resource requests to fit within
cluster capacity and prefer scheduling on raspberrypi (63% mem free).
2026-07-28 12:58:19 +00:00
Hermes Platform Engineer
d266086c1b fix(homeassistant): pin image to 2026.7.4 to avoid cffi version mismatch with Python 3.14 2026-07-28 09:01:06 +00:00
Roger Oriol
d3798f47ac fix homeassistant configuration.yaml not being writable 2026-07-28 00:31:23 +02:00
Roger Oriol
8983f482d0 give more memory to homeassistant 2026-07-17 23:59:50 +02:00
Roger Oriol
e77e170421 fix(homeassistant): trust k3s pod/service CIDRs as X-Forwarded-For proxies
HA runs with hostNetwork on roger-nucbox-evo-x2 while Traefik runs on the
raspberrypi node, so requests arrive at HA from 10.88.20.11. The previous
trusted_proxies entry (10.88.88.0/24) did not include this address, causing
HA to reject X-Forwarded-For and return 400 on every ingress request.
2026-06-26 11:58:46 +02:00
Roger Oriol
abc4d19ebb homeassistant config map 2026-01-28 00:11:26 +01:00
Roger Oriol
fd8e011914 homeassistant config 2026-01-27 23:58:16 +01:00
Roger Oriol
ce641db91f homeassistant config 2026-01-27 23:56:19 +01:00
Roger Oriol
356aa99f7b configure home assistant 2026-01-27 23:41:11 +01:00
Roger Oriol
d5d0958502 init cluster 2025-11-02 18:13:46 +01:00