build: automatic update of plex
updates image linuxserver/plex tag 'sha256:28f18c27b6822328df994154dbf7c0f511032d9f91bbd10881030b706afd8593' to '1.42.2.10156-f737b826c-ls288'
This commit is contained in:
@@ -1,26 +1,18 @@
|
||||
claimToken: "claim-E_NxQDtUMMVsLCBFvybK"
|
||||
|
||||
image:
|
||||
repository: linuxserver/plex
|
||||
tag: "latest"
|
||||
tag: "1.42.2.10156-f737b826c-ls288"
|
||||
pullPolicy: Always
|
||||
|
||||
|
||||
kubePlex:
|
||||
enabled: false # kubePlex (transcoder job) is disabled because not available on ARM. The transcoding will be performed by the main Plex instance instead of a separate Job.
|
||||
|
||||
timezone: Europe/Amsterdam
|
||||
|
||||
service:
|
||||
type: LoadBalancer # We will use a LoadBalancer to obtain a virtual IP that can be exposed to Plex Media via our router
|
||||
port: 32400 # Port to expose Plex
|
||||
|
||||
rbac:
|
||||
create: true
|
||||
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: amd64
|
||||
|
||||
persistence:
|
||||
transcode:
|
||||
claimName: "plex-transcode"
|
||||
@@ -28,13 +20,11 @@ persistence:
|
||||
claimName: "plex-data"
|
||||
config:
|
||||
claimName: "plex-config"
|
||||
|
||||
# GPU support for hardware-accelerated transcoding
|
||||
gpu:
|
||||
enabled: true
|
||||
hostPath: "/dev/dri"
|
||||
mountPath: "/dev/dri"
|
||||
|
||||
resources:
|
||||
requests:
|
||||
memory: "2Gi"
|
||||
|
||||
Reference in New Issue
Block a user