From bc26aea66cb1fd9ee35f8c719066c82af3904700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 16 Mar 2025 18:17:53 +0100 Subject: [PATCH] update jelly --- deploy/jellyfin/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/jellyfin/deployment.yaml b/deploy/jellyfin/deployment.yaml index aa7dc0c..798e616 100644 --- a/deploy/jellyfin/deployment.yaml +++ b/deploy/jellyfin/deployment.yaml @@ -36,7 +36,7 @@ spec: - containerPort: 8096 protocol: TCP volumeMounts: - - mountPath: /data/media + - mountPath: /media name: media - mountPath: /config name: jellyfin-config