feat: Add Lidarr
This commit is contained in:
parent
cd0c3724c6
commit
0633deb983
8 changed files with 156 additions and 0 deletions
12
k8s-wheatley/lidarr/pvc.yaml
Normal file
12
k8s-wheatley/lidarr/pvc.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: lidarr-storage
|
||||
spec:
|
||||
storageClassName: piraeus-lvmthin
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
Loading…
Add table
Add a link
Reference in a new issue