From 2517063d44931c1360929799a9d921d658168ce9 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 25 Nov 2024 23:51:05 -0600 Subject: [PATCH] add mounts --- .../applications/jellyplist/values.yaml | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/clusters/cl01tl/applications/jellyplist/values.yaml b/clusters/cl01tl/applications/jellyplist/values.yaml index f03b7ed80..23ecd86a7 100644 --- a/clusters/cl01tl/applications/jellyplist/values.yaml +++ b/clusters/cl01tl/applications/jellyplist/values.yaml @@ -220,6 +220,18 @@ jellyplist: readOnly: true mountPropagation: None subPath: cookies.txt + beat: + beat: + - path: /jellyplist/cookies.txt + readOnly: true + mountPropagation: None + subPath: cookies.txt + worker: + worker: + - path: /jellyplist/cookies.txt + readOnly: true + mountPropagation: None + subPath: cookies.txt music: existingClaim: jellyplist-nfs-storage advancedMounts: @@ -227,6 +239,14 @@ jellyplist: main: - path: /jellyplist_downloads readOnly: true + beat: + beat: + - path: /jellyplist_downloads + readOnly: true + worker: + worker: + - path: /jellyplist_downloads + readOnly: true valkey: architecture: standalone auth: