From bf2f3600d6031d1d211ff63b43205036be51d7a2 Mon Sep 17 00:00:00 2001 From: William P Date: Wed, 16 Apr 2025 20:50:18 -0400 Subject: [PATCH] emby: mount transcode temp --- emby/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emby/deployment.yaml b/emby/deployment.yaml index b9f9d68..a3a86ea 100644 --- a/emby/deployment.yaml +++ b/emby/deployment.yaml @@ -44,6 +44,8 @@ spec: mountPath: /mnt/movies - name: emby-config mountPath: /config + - name: transcode-temp + mountPath: /tmp/transcode - name: dev-dri mountPath: /dev/dri env: