Rebase Prowlarr smb volume

This commit is contained in:
2025-07-09 13:37:39 +10:00
parent 0d695d673b
commit 54f4b27717
9 changed files with 79 additions and 28 deletions

View File

@ -0,0 +1,33 @@
apiVersion: v1
kind: PersistentVolume
metadata:
annotations:
pv.kubernetes.io/provisioned-by: smb.csi.k8s.io
name: csismb-prowlarr-config
spec:
capacity:
storage: 1Gi
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
storageClassName: csismb-prowlarr-config
mountOptions:
- dir_mode=0777
- file_mode=0777
- uid=1000
- gid=1000
- nobrl
- cache=none
- mfsymlinks
- noserverino # required to prevent data corruption
csi:
driver: smb.csi.k8s.io
# volumeHandle format: {smb-server-address}#{sub-dir-name}#{share-name}
# make sure this value is unique for every share in the cluster
volumeHandle: 192.168.154.195#prowlarr#config
volumeAttributes:
source: //192.168.154.195/K3s.Volumes
subDir: prowlarr/config
nodeStageSecretRef:
name: smb-credentials
namespace: prowlarr