emby: run only on weyma-talos-w04, enable ram emptydir for transcoding temp, and expand resource requests
This commit is contained in:
@@ -27,6 +27,10 @@ spec:
|
|||||||
- name: emby-config
|
- name: emby-config
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: emby-config
|
claimName: emby-config
|
||||||
|
- name: transcode-temp
|
||||||
|
emptyDir:
|
||||||
|
sizeLimit: 8Gi
|
||||||
|
medium: Memory
|
||||||
- name: dev-dri
|
- name: dev-dri
|
||||||
hostPath:
|
hostPath:
|
||||||
path: /dev/dri
|
path: /dev/dri
|
||||||
@@ -55,10 +59,15 @@ spec:
|
|||||||
port: http
|
port: http
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/hostname: weyma-talos-testw04
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: "4096Mi"
|
memory: "8192Mi"
|
||||||
cpu: "1000m"
|
cpu: "1000m"
|
||||||
|
requests:
|
||||||
|
memory: "4096Mi"
|
||||||
|
cpu: "500m"
|
||||||
affinity:
|
affinity:
|
||||||
nodeAffinity:
|
nodeAffinity:
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
requiredDuringSchedulingIgnoredDuringExecution:
|
||||||
|
|||||||
Reference in New Issue
Block a user