mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
more stuff
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user