Installed Readarr and Kavita

This commit is contained in:
hamilcarBarca17
2022-10-06 11:02:15 -06:00
parent 02df0ae4ec
commit 12bb040e3d
8 changed files with 208 additions and 2 deletions
+26
View File
@@ -76,3 +76,29 @@ spec:
type: DirectoryOrCreate
name: htpc-home
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: readarr
spec:
template:
spec:
volumes:
- hostPath:
path: /nfs/htpc
type: DirectoryOrCreate
name: htpc-home
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: kavita
spec:
template:
spec:
volumes:
- hostPath:
path: /nfs/htpc
type: DirectoryOrCreate
name: htpc-home
---