move plex to AMD with GPU
This commit is contained in:
+15
-5
@@ -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:
|
||||
|
||||
@@ -54,6 +54,4 @@ volumeMounts:
|
||||
subPath: "airvpn"
|
||||
|
||||
securityContext:
|
||||
capabilities: # Needed for VPN
|
||||
add:
|
||||
- NET_ADMIN
|
||||
privileged: true
|
||||
|
||||
Reference in New Issue
Block a user