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