From ee703e839984f38f320dbe3fd0337a4f521d736b Mon Sep 17 00:00:00 2001 From: ab Date: Tue, 9 Sep 2025 22:41:25 +0000 Subject: [PATCH] Update k8s/apps/syncthing/syncthing-master.yaml --- k8s/apps/syncthing/syncthing-master.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/apps/syncthing/syncthing-master.yaml b/k8s/apps/syncthing/syncthing-master.yaml index 75e7698..c32dbdc 100644 --- a/k8s/apps/syncthing/syncthing-master.yaml +++ b/k8s/apps/syncthing/syncthing-master.yaml @@ -5,13 +5,13 @@ persistence: config: enabled: true type: hostPath - hostPath: "/k8s/syncthing" + hostPath: "/k8s/syncthing-config" mountPath: "/var/syncthing" storage: enabled: true type: hostPath - hostPath: "/k8s/" - mountPath: "/storage" + hostPath: "/k8s/Syncthing-repos" + mountPath: "/Syncthing-repos" nodeSelector: kubernetes.io/hostname: master.tail2fe2d.ts.net service: