From 89b7ec1e2193d85bb91bd3b933a3412e5f407da2 Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Sun, 21 Dec 2025 23:07:37 +0100 Subject: [PATCH] add pictures to syncthing --- apps/charts/syncthing/templates/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/charts/syncthing/templates/deployment.yaml b/apps/charts/syncthing/templates/deployment.yaml index 009519a..85611e2 100644 --- a/apps/charts/syncthing/templates/deployment.yaml +++ b/apps/charts/syncthing/templates/deployment.yaml @@ -38,6 +38,9 @@ spec: - mountPath: /media/kids-music name: kidsmusic readOnly: true + - mountPath: /media/pictures/pixel9 + name: pictures + subPath: imports/pixel9 env: - name: PUID value: "1000" @@ -56,3 +59,6 @@ spec: - name: kidsmusic persistentVolumeClaim: claimName: kidsmusic + - name: pictures + persistentVolumeClaim: + claimName: pictures