Update k8s/apps/syncthing/syncthing-master.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 29s

This commit is contained in:
ab
2025-09-09 22:41:25 +00:00
parent 399833de34
commit ee703e8399

View File

@@ -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: