Gluttony-Cluster/torrenter/radarr/radarr-config-pvc.yaml
Tyler Perkins 1f4322d4d7
All checks were successful
continuous-integration/drone/push Build is passing
Increase size again
2023-10-22 21:04:12 -04:00

14 lines
221 B
YAML

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: radarr-config-pvc
namespace: torrent-ns
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 10Gi