From 143df7564c0b9d0f18458d8a2662266ba17960a7 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Thu, 15 Jan 2026 10:23:26 +0100 Subject: [PATCH] increased plex pvc --- helm/plex/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/plex/values.yaml b/helm/plex/values.yaml index 9d75324..8c8c90c 100755 --- a/helm/plex/values.yaml +++ b/helm/plex/values.yaml @@ -50,7 +50,7 @@ pms: storageClassName: longhorn # -- The volume size to provision for the PMS database - configStorage: 20Gi + configStorage: 35Gi # -- Name of an existing `PersistentVolumeClaim` for the PMS database # NOTE: When set, 'configStorage' and 'storageClassName' are ignored.