Skip to content

Commit

Permalink
feat: adjust path to nfs share
Browse files Browse the repository at this point in the history
  • Loading branch information
rkage committed Dec 8, 2024
1 parent 4969840 commit 7243fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/default/sonarr/resources/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ spec:
archive:
type: nfs
server: nfs.cluster.milton.mcf.io
path: /media-pool/tv
path: /mnt/media-pool/tv
globalMounts:
- path: /archive/tv
media:
type: nfs
server: nfs.cluster.milton.mcf.io
path: /storage/media
path: /mnt/storage/media
globalMounts:
- path: /media

0 comments on commit 7243fb5

Please sign in to comment.