Files
infrastructure/clusters/cl01tl/applications/plex/values.yaml
Renovate Bot f3d541e2ed
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 21s
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m14s
Update ghcr.io/linuxserver/plex:1.41.8 Docker digest to 14e8d78
2025-06-30 10:01:24 +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.8@sha256:14e8d783f2b0ec7e7ca2836d3d7185f5e68c60ba0e4eac77666bee4f0f819043
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