Files
infrastructure/clusters/cl01tl/applications/plex/values.yaml
Renovate Bot 369ae4d965
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 16s
Update ghcr.io/linuxserver/plex Docker tag to v1.41.7
2025-05-20 16:20:42 +00:00

62 lines
1.4 KiB
YAML

plex:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: ghcr.io/linuxserver/plex
tag: 1.41.7@sha256:fad37d3811bbd089f95886cd14768addf009648a4913a01ea3db0a623e633025
pullPolicy: IfNotPresent
env:
- name: TZ
value: US/Central
- name: VERSION
value: docker
- name: PLEX_CLAIM
value: claim-XmGK2o9x54PbCzQaqj-J
resources:
limits:
gpu.intel.com/i915: 1
requests:
gpu.intel.com/i915: 1
cpu: 10m
memory: 512Mi
service:
main:
controller: main
type: LoadBalancer
ports:
http:
port: 32400
targetPort: 32400
protocol: HTTP
persistence:
config:
forceRename: plex-config
storageClass: ceph-block
accessMode: ReadWriteOnce
size: 100Gi
advancedMounts:
main:
main:
- path: /config
readOnly: false
transcode:
type: emptyDir
advancedMounts:
main:
main:
- path: /transcode
readOnly: false
media:
existingClaim: plex-nfs-storage
advancedMounts:
main:
main:
- path: /mnt/store
readOnly: true