1
0
Fork 0

home-assistant: whisper: Add tmp volume

`faster-whisper` now requires writable temporary storage.
pull/11/head
Dustin 2024-08-27 09:35:57 -05:00
parent 7fb0932084
commit b60ed65c80
1 changed files with 5 additions and 0 deletions

View File

@ -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: