Files
htpc/base/volumes_patch.yaml
2022-10-06 11:02:15 -06:00

105 lines
1.7 KiB
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: transmission
spec:
template:
spec:
volumes:
- hostPath:
path: /nfs/htpc
type: DirectoryOrCreate
name: htpc-home
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: radarr
spec:
template:
spec:
volumes:
- hostPath:
path: /nfs/htpc
type: DirectoryOrCreate
name: htpc-home
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: sonarr
spec:
template:
spec:
volumes:
- hostPath:
path: /nfs/htpc
type: DirectoryOrCreate
name: htpc-home
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: plex
spec:
template:
spec:
volumes:
- hostPath:
path: /nfs/htpc
type: DirectoryOrCreate
name: htpc-home
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: bazarr
spec:
template:
spec:
volumes:
- hostPath:
path: /nfs/htpc
type: DirectoryOrCreate
name: htpc-home
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: prowlarr
spec:
template:
spec:
volumes:
- hostPath:
path: /nfs/htpc
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
---