diff --git a/homeassistant/homeassistant.yaml b/homeassistant/homeassistant.yaml index 527fc1a..87a5b7f 100644 --- a/homeassistant/homeassistant.yaml +++ b/homeassistant/homeassistant.yaml @@ -58,9 +58,9 @@ spec: image: ghcr.io/home-assistant/home-assistant:2026.7.4 resources: requests: - memory: "512Mi" + memory: "256Mi" limits: - memory: "1Gi" + memory: "512Mi" ports: - containerPort: 8123 volumeMounts: @@ -101,6 +101,16 @@ spec: - name: configuration mountPath: /config-cm readOnly: true + affinity: + nodeAffinity: + preferredDuringSchedulingIgnoredDuringExecution: + - weight: 100 + preference: + matchExpressions: + - key: kubernetes.io/hostname + operator: In + values: + - raspberrypi hostNetwork: true volumes: - name: config