From 44d9f84259b854d3759b7ca258b324889a98bbfb Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 18 Jan 2024 10:44:13 +0100 Subject: Export porn directory --- .../k3s-master/manifests.d/tyilnet/servarr/dirlist/deployment.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'data.d') diff --git a/data.d/k3s-master/manifests.d/tyilnet/servarr/dirlist/deployment.yaml b/data.d/k3s-master/manifests.d/tyilnet/servarr/dirlist/deployment.yaml index e443551..e3a3e26 100644 --- a/data.d/k3s-master/manifests.d/tyilnet/servarr/dirlist/deployment.yaml +++ b/data.d/k3s-master/manifests.d/tyilnet/servarr/dirlist/deployment.yaml @@ -54,6 +54,9 @@ spec: - mountPath: /var/www/music name: music readOnly: true + - mountPath: /var/www/porn + name: porn + readOnly: true - mountPath: /var/www/series name: series readOnly: true @@ -79,6 +82,10 @@ spec: hostPath: path: /mnt/pool/media/music/exported type: Directory + - name: porn + hostPath: + path: /mnt/pool/media/porn/exported + type: Directory - name: series hostPath: path: /mnt/pool/media/series/exported -- cgit v1.1