move plex to AMD with GPU

This commit is contained in:
gilgamezh
2025-02-16 15:31:50 +01:00
parent 62f0e703de
commit 0e08d89e01
2 changed files with 16 additions and 8 deletions
+15 -5
View File
@@ -19,8 +19,7 @@ rbac:
create: true
nodeSelector:
beta.kubernetes.io/arch: arm64
beta.kubernetes.io/arch: amd64
persistence:
transcode:
@@ -30,14 +29,25 @@ persistence:
config:
claimName: "plex-config"
# for transcoding to use the GPU
extraVolumeMounts:
- name: dev-dri
mountPath: /dev/dri
extraVolumes:
- name: dev-dri
hostPath:
path: /dev/dri
type: Directory
resources:
requests:
memory: "2Gi"
cpu: "3"
cpu: "1"
ephemeral-storage: "50Mi"
limits:
memory: "6Gi"
cpu: "4"
memory: "10Gi"
cpu: "3"
ephemeral-storage: "1Gi"
podAnnotations: {}
proxy: