From f03049e95ff2c304ade589976909a24789624fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Mon, 13 Jul 2026 09:47:10 +0000 Subject: [PATCH] modified: deploy/app/volumes.app-data.yaml --- deploy/app/volumes.app-data.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/app/volumes.app-data.yaml b/deploy/app/volumes.app-data.yaml index 827bf9e..408deeb 100644 --- a/deploy/app/volumes.app-data.yaml +++ b/deploy/app/volumes.app-data.yaml @@ -30,6 +30,9 @@ spec: requests: storage: 22Gi volumeName: jellyfin-cache + + # required to prevent Kubernetes from assigning the default storageClass (local-path) + storageClassName: "" --- apiVersion: v1