dispatcharr: fix transcoding

This commit is contained in:
2025-11-28 10:39:12 -05:00
parent 856ee307ff
commit 1946931937

View File

@@ -13,6 +13,15 @@ spec:
annotations: annotations:
backup.velero.io/backup-volumes: data backup.velero.io/backup-volumes: data
spec: spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: extensions.talos.dev/i915
operator: Exists
nodeSelector:
kubernetes.io/hostname: weyma-talos-testw04
containers: containers:
- name: dispatcharr - name: dispatcharr
image: ghcr.io/dispatcharr/dispatcharr:0.8.0-amd64 image: ghcr.io/dispatcharr/dispatcharr:0.8.0-amd64
@@ -25,6 +34,10 @@ spec:
value: redis://localhost:6379/0 value: redis://localhost:6379/0
- name: DISPATCHARR_LOG_LEVEL - name: DISPATCHARR_LOG_LEVEL
value: info value: info
- name: UWSGI_NICE_LEVEL
value: "-5"
- name: CELERY_NICE_LEVEL
value: "-5"
volumeMounts: volumeMounts:
- name: dispatcharr-data - name: dispatcharr-data
mountPath: /data mountPath: /data
@@ -37,6 +50,8 @@ spec:
requests: requests:
memory: "256Mi" memory: "256Mi"
cpu: "500m" cpu: "500m"
securityContext:
privileged: true
volumes: volumes:
- name: dispatcharr-data - name: dispatcharr-data
persistentVolumeClaim: persistentVolumeClaim: