more resources for plex
This commit is contained in:
+11
-3
@@ -1,8 +1,8 @@
|
|||||||
claimToken: "claim-Ku3YYmJzDB1mpyG6YD7x"
|
claimToken: "claim-Ku2YYmJzDB1mpyG6YD7x"
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: linuxserver/plex
|
repository: linuxserver/plex
|
||||||
tag: 1.41.0
|
tag: 1.41.3
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
|
|
||||||
|
|
||||||
@@ -30,7 +30,15 @@ persistence:
|
|||||||
config:
|
config:
|
||||||
claimName: "plex-config"
|
claimName: "plex-config"
|
||||||
|
|
||||||
resources: {}
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: "2Gi"
|
||||||
|
cpu: "3"
|
||||||
|
ephemeral-storage: "50Mi"
|
||||||
|
limits:
|
||||||
|
memory: "6Gi"
|
||||||
|
cpu: "4"
|
||||||
|
ephemeral-storage: "1Gi"
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
proxy:
|
proxy:
|
||||||
enable: false
|
enable: false
|
||||||
|
|||||||
Reference in New Issue
Block a user