From e86b9d5e49d0f53cd8ae0ca17819eea4d7a796aa Mon Sep 17 00:00:00 2001 From: gilgamezh Date: Thu, 2 Jan 2025 14:03:52 +0100 Subject: [PATCH] more resources for plex --- plex_values.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/plex_values.yml b/plex_values.yml index 9faa74f..f3427e6 100644 --- a/plex_values.yml +++ b/plex_values.yml @@ -1,8 +1,8 @@ -claimToken: "claim-Ku3YYmJzDB1mpyG6YD7x" +claimToken: "claim-Ku2YYmJzDB1mpyG6YD7x" image: repository: linuxserver/plex - tag: 1.41.0 + tag: 1.41.3 pullPolicy: Always @@ -30,7 +30,15 @@ persistence: config: claimName: "plex-config" -resources: {} +resources: + requests: + memory: "2Gi" + cpu: "3" + ephemeral-storage: "50Mi" + limits: + memory: "6Gi" + cpu: "4" + ephemeral-storage: "1Gi" podAnnotations: {} proxy: enable: false