1
0
Fork 0

h-a: Prefer running on a Raspberry Pi

Now that we have Raspberry Pi CM4 worker nodes, let's configure Home
Assistant to run on one, since it's pretty much designed to.
pull/74/head
Dustin 2025-07-27 18:35:07 -05:00
parent 6d2aa9c391
commit 7b440c44ec
1 changed files with 10 additions and 0 deletions

View File

@ -52,6 +52,16 @@ spec:
app.kubernetes.io/name: home-assistant app.kubernetes.io/name: home-assistant
app.kubernetes.io/part-of: home-assistant app.kubernetes.io/part-of: home-assistant
spec: spec:
affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
preference:
matchExpressions:
- key: kubernetes.io/arch
operator: In
values:
- arm64
containers: containers:
- name: home-assistant - name: home-assistant
image: ghcr.io/home-assistant/home-assistant:2023.10.3 image: ghcr.io/home-assistant/home-assistant:2023.10.3