Add config and a pvc for sonarr

This commit is contained in:
2024-08-06 20:23:20 +01:00
parent bfbb8835ca
commit a9638ed00d
4 changed files with 65 additions and 25 deletions

11
apps/sonarr/pvc.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: sonarr-pvc
spec:
accessModes:
- ReadWriteOncePod
storageClassName: longhorn
resources:
requests:
storage: 2Gi