From c55ddfdb9572ca189e5f0dce7ceb529ba2403b94 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Fri, 3 Oct 2025 01:17:37 +0530 Subject: [PATCH] Remove read-only and recursive read-only settings from media volume mount in jellyfin deployment --- cluster/apps/jellyfin/jellyfin.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/cluster/apps/jellyfin/jellyfin.yml b/cluster/apps/jellyfin/jellyfin.yml index cb9c544..91a042f 100644 --- a/cluster/apps/jellyfin/jellyfin.yml +++ b/cluster/apps/jellyfin/jellyfin.yml @@ -24,8 +24,6 @@ spec: volumeMounts: - name: media mountPath: /media - readOnly: true - recursiveReadOnly: Enabled - name: config mountPath: /config - name: cache