From 0411964f5d6a51125a8e95882349da648bb3bb38 Mon Sep 17 00:00:00 2001 From: shodan Date: Tue, 10 Mar 2026 15:27:15 +0000 Subject: [PATCH] . --- jellyfin/samba.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/jellyfin/samba.yaml b/jellyfin/samba.yaml index f34b80a..fa6fc7a 100644 --- a/jellyfin/samba.yaml +++ b/jellyfin/samba.yaml @@ -27,9 +27,9 @@ spec: csi: driver: smb.csi.k8s.io readOnly: false - volumeHandle: "music-jellyfin" # make sure it's a unique id in the cluster + volumeHandle: samba.fileserver.svc.k8s.undercloud.local/data/music # make sure it's a unique id in the cluster volumeAttributes: - source: samba.fileserver.svc.k8s.undercloud.local/data## + source: "//samba.fileserver.svc.k8s.undercloud.local/data" nodeStageSecretRef: name: fileserver-smb-account namespace: jellyfin @@ -52,9 +52,9 @@ spec: csi: driver: smb.csi.k8s.io readOnly: false - volumeHandle: "movies-jellyfin" # make sure it's a unique id in the cluster + volumeHandle: samba.fileserver.svc.k8s.undercloud.local/data/movies # make sure it's a unique id in the cluster volumeAttributes: - source: samba.fileserver.svc.k8s.undercloud.local/data## + source: "//samba.fileserver.svc.k8s.undercloud.local/data" nodeStageSecretRef: name: fileserver-smb-account namespace: jellyfin @@ -77,9 +77,9 @@ spec: csi: driver: smb.csi.k8s.io readOnly: false - volumeHandle: samba.fileserver.svc.k8s.undercloud.local/data## # make sure it's a unique id in the cluster + volumeHandle: samba.fileserver.svc.k8s.undercloud.local/data/tvshows # make sure it's a unique id in the cluster volumeAttributes: - source: "//samba.fileserver.svc.k8s.undercloud.local./data" + source: "//samba.fileserver.svc.k8s.undercloud.local/data" nodeStageSecretRef: name: fileserver-smb-account namespace: jellyfin