home-assistant: whisper: Add tmp volume
`faster-whisper` now requires writable temporary storage.pull/11/head
parent
7fb0932084
commit
b60ed65c80
|
@ -62,12 +62,17 @@ spec:
|
||||||
runAsUser: 300
|
runAsUser: 300
|
||||||
runAsGroup: 300
|
runAsGroup: 300
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
- mountPath: /tmp
|
||||||
|
name: tmp
|
||||||
|
subPath: tmp
|
||||||
- name: whisper-data
|
- name: whisper-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
subPath: data
|
subPath: data
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 300
|
fsGroup: 300
|
||||||
volumes:
|
volumes:
|
||||||
|
- name: tmp
|
||||||
|
emptyDir: {}
|
||||||
- name: whisper-data
|
- name: whisper-data
|
||||||
ephemeral:
|
ephemeral:
|
||||||
volumeClaimTemplate:
|
volumeClaimTemplate:
|
||||||
|
|
Loading…
Reference in New Issue