mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2026-05-14 08:35:22 +00:00
lingarr correction
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user