more stuff

This commit is contained in:
Morten Olsen
2025-09-03 15:16:50 +02:00
parent 5ee7a76443
commit 03e406322f
9 changed files with 25 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v1
kind: PersistentVolume
metadata:
name: tv-shows
name: tvshows
labels:
type: nfs
spec:
@@ -13,14 +13,14 @@ spec:
storageClassName: manual
hostPath: null
nfs:
path: '{{ .Values.tv-shows.path }}'
path: '{{ .Values.tvshows.path }}'
server: '{{ .Values.host }}'
readOnly: true
---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: tv-shows
name: tvshows
spec:
storageClassName: manual
accessModes:

View File

@@ -1,11 +1,11 @@
host: 192.168.20.106
movies:
path: /mnt/HDD/Movies
tv-shows:
tvshows:
path: /mnt/HDD/TV-Shows
music:
path: /mnt/HDD/Music2
books:
path: /mnt/HDD/Books
podcats:
podcasts:
path: /mnt/HDD/Podcasts