lingarr correction

This commit is contained in:
Tomás Limpinho
2026-04-30 13:03:00 +01:00
parent bdd082160f
commit e200933337
9 changed files with 314 additions and 22 deletions

View File

@ -17,7 +17,7 @@ spec:
- name: regcred
containers:
- name: bazarr
image: lscr.io/linuxserver/bazarr:1.5.3
image: lscr.io/linuxserver/bazarr:1.5.6
securityContext:
capabilities:
add:
@ -26,6 +26,8 @@ spec:
- containerPort: 6767
name: webui
env:
- name: BAZARR_DEBUG
value: "true"
- name: PUID
value: "1013"
- name: PGID
@ -58,6 +60,10 @@ spec:
mountPath: /config
- name: media
mountPath: /media
- name: lingarrpy
mountPath: /app/bazarr/bin/bazarr/subtitles/tools/translate/services/lingarr_translator.py
subPath: lingarr_translator.py
readOnly: true
volumes:
- name: config
persistentVolumeClaim:
@ -65,6 +71,9 @@ spec:
- name: media
persistentVolumeClaim:
claimName: bazarr-media-pvc
- name: lingarrpy
configMap:
name: bazarr-lingarrpy-configmap