Skip to content

Commit

Permalink
feat(sabnzbd): use existing pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
kireque committed Apr 15, 2024
1 parent fbadb44 commit 547b446
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kubernetes/main/apps/downloads/sabnzbd/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ spec:
- path: /config

media:
type: nfs
server: nas.home.econline.nl
path: /volume3/Download
globalMounts:
- path: /data/nas-media
existingClaim: nas-media
advancedMounts:
sabnzbd:
app:
- path: /media

temp:
type: emptyDir
Expand Down

0 comments on commit 547b446

Please sign in to comment.