Rebase Guacamole smb volumes
All checks were successful
renovate / renovate (push) Successful in 3m20s

This commit is contained in:
2025-09-01 21:53:12 +10:00
parent 271288b255
commit 708b882a80
5 changed files with 104 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
apiVersion: v1
kind: PersistentVolume
metadata:
annotations:
pv.kubernetes.io/provisioned-by: smb.csi.k8s.io
name: csismb-guacamole-db
spec:
capacity:
storage: 1Gi
accessModes:
- ReadWriteMany
persistentVolumeReclaimPolicy: Retain
storageClassName: csismb-guacamole-db
mountOptions:
- dir_mode=0777
- file_mode=0777
- uid=70
- gid=70
- nobrl
- cache=strict
- 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#guacamole#db
volumeAttributes:
source: //192.168.154.195/K3s.Volumes
subDir: guacamole/db
nodeStageSecretRef:
name: smb-credentials
namespace: guacamole