Cleaned repo a bit.

This commit is contained in:
hamilcarBarca17
2022-10-04 10:22:48 -06:00
parent 5b9ba965f9
commit 02df0ae4ec
18 changed files with 115 additions and 1603 deletions
+2 -17
View File
@@ -40,20 +40,7 @@ spec:
apiVersion: apps/v1
kind: Deployment
metadata:
name: jackett
spec:
template:
spec:
volumes:
- hostPath:
path: /nfs/htpc
type: DirectoryOrCreate
name: htpc-home
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: emby
name: plex
spec:
template:
spec:
@@ -75,8 +62,6 @@ spec:
path: /nfs/htpc
type: DirectoryOrCreate
name: htpc-home
# persistentVolumeClaim:
# claimName: local-path-pvc
---
apiVersion: apps/v1
kind: Deployment
@@ -88,6 +73,6 @@ spec:
volumes:
- hostPath:
path: /nfs/htpc
type: DirectoryOrCreate
type: DirectoryOrCreate
name: htpc-home
---