From 69ad646f586e6b6649d8cb7f7b5388c8cf31e381 Mon Sep 17 00:00:00 2001 From: Martyn Date: Tue, 27 Jan 2026 20:33:24 +0100 Subject: [PATCH] Adding fuse for sshfs to outside hosts --- apps-kustomized/sonarr/deploy.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps-kustomized/sonarr/deploy.yaml b/apps-kustomized/sonarr/deploy.yaml index 4e013fb..15c4a2a 100644 --- a/apps-kustomized/sonarr/deploy.yaml +++ b/apps-kustomized/sonarr/deploy.yaml @@ -27,6 +27,11 @@ spec: requests: cpu: 25m memory: 628694953 + securityContext: + privileged: true + capabilities: + add: + - SYS_ADMIN volumeMounts: - mountPath: /config name: config @@ -34,6 +39,8 @@ spec: name: data - mountPath: /combinedseries name: combinedseries + - mountPath: /dev/fuse + name: fusedev dnsPolicy: ClusterFirst restartPolicy: Always schedulerName: default-scheduler @@ -45,6 +52,9 @@ spec: - name: combinedseries persistentVolumeClaim: claimName: smb-combinedseries + - name: fusedev + hostPath: + path: /dev/fuse - name: data csi: driver: smb.csi.k8s.io