more resources for plex
This commit is contained in:
+11
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user