Skip to content

Commit

Permalink
Update bazarr
Browse files Browse the repository at this point in the history
Signed-off-by: GeorgeGedox <[email protected]>
  • Loading branch information
GeorgeGedox committed Oct 17, 2023
1 parent 2e45ce9 commit 4c87e1a
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions cluster/apps/media/bazarr/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ spec:
main:
pod:
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
supplementalGroups:
- 568
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
supplementalGroups:
- 568
containers:
main:
image:
Expand All @@ -61,7 +61,6 @@ spec:
port: 6767
ingress:
main:
enabled: true
className: nginx
annotations:
hajimari.io/appName: Bazarr
Expand All @@ -72,16 +71,18 @@ spec:
paths:
- path: /
pathType: Prefix
service:
name: main
port: http
tls:
- hosts:
- *host
persistence:
config:
enabled: true
existingClaim: bazarr-config
media:
enabled: true
mountPath: /media
globalMounts:
- path: /media
path: "${STORAGE_NAS_MEDIA_PATH}"
server: "${STORAGE_NAS_IP}"
type: nfs

0 comments on commit 4c87e1a

Please sign in to comment.