From b60ed65c80a07c22a6774df3afece48cdb6a6b08 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 27 Aug 2024 09:35:57 -0500 Subject: [PATCH] home-assistant: whisper: Add tmp volume `faster-whisper` now requires writable temporary storage. --- home-assistant/whisper.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home-assistant/whisper.yaml b/home-assistant/whisper.yaml index c526ad4..62914db 100644 --- a/home-assistant/whisper.yaml +++ b/home-assistant/whisper.yaml @@ -62,12 +62,17 @@ spec: runAsUser: 300 runAsGroup: 300 volumeMounts: + - mountPath: /tmp + name: tmp + subPath: tmp - name: whisper-data mountPath: /data subPath: data securityContext: fsGroup: 300 volumes: + - name: tmp + emptyDir: {} - name: whisper-data ephemeral: volumeClaimTemplate: