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