From ea4e45e47972d6ff8014e0ea73623924e2c4bcdb Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 7 Aug 2025 10:26:37 -0500 Subject: [PATCH] Revert "h-a: Schedule Piper, Whisper, Mosquitto with HA" As it turns out, although Home Assistant itself works perfectly fine on a Raspberry Pi, Piper and Whisper do not. They are _much_ too slow to respond to voice commands. This reverts commit 32666aa628ec030d13b5bb9087b35c824ec664a1. --- home-assistant/mosquitto.yaml | 12 ------------ home-assistant/piper.yaml | 12 ------------ home-assistant/whisper.yaml | 12 ------------ 3 files changed, 36 deletions(-) diff --git a/home-assistant/mosquitto.yaml b/home-assistant/mosquitto.yaml index da57538..455d589 100644 --- a/home-assistant/mosquitto.yaml +++ b/home-assistant/mosquitto.yaml @@ -55,18 +55,6 @@ spec: app.kubernetes.io/name: mosquitto app.kubernetes.io/part-of: home-assistant spec: - affinity: - podAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - weight: 100 - podAffinityTerm: - labelSelector: - matchExpressions: - - key: app.kubernetes.io/name - operator: In - values: - - home-assistant - topologyKey: kubernetes.io/hostname containers: - name: mosquitto image: docker.io/library/eclipse-mosquitto:2.0.15 diff --git a/home-assistant/piper.yaml b/home-assistant/piper.yaml index 2543aed..bd850f0 100644 --- a/home-assistant/piper.yaml +++ b/home-assistant/piper.yaml @@ -36,18 +36,6 @@ spec: app.kubernetes.io/name: piper app.kubernetes.io/part-of: home-assistant spec: - affinity: - podAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - weight: 100 - podAffinityTerm: - labelSelector: - matchExpressions: - - key: app.kubernetes.io/name - operator: In - values: - - home-assistant - topologyKey: kubernetes.io/hostname containers: - name: piper image: docker.io/rhasspy/wyoming-piper:1.3.2 diff --git a/home-assistant/whisper.yaml b/home-assistant/whisper.yaml index acd83c3..863879f 100644 --- a/home-assistant/whisper.yaml +++ b/home-assistant/whisper.yaml @@ -36,18 +36,6 @@ spec: app.kubernetes.io/name: whisper app.kubernetes.io/part-of: home-assistant spec: - affinity: - podAffinity: - preferredDuringSchedulingIgnoredDuringExecution: - - weight: 100 - podAffinityTerm: - labelSelector: - matchExpressions: - - key: app.kubernetes.io/name - operator: In - values: - - home-assistant - topologyKey: kubernetes.io/hostname containers: - name: whisper image: docker.io/rhasspy/wyoming-whisper:1.0.0