summaryrefslogtreecommitdiff
path: root/gemfeed/examples/conf/f3s/syncthing/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-02 11:31:38 +0300
committerPaul Buetow <paul@buetow.org>2025-10-02 11:31:38 +0300
commitff9f3a641fec256e1f4b01fcd95590451f656f0a (patch)
tree04f4b0d8d370006bd2cc22e35c4ce76f7ba134d6 /gemfeed/examples/conf/f3s/syncthing/README.md
parentc0f9ecf5e0b075db8e54ef1235ec80878e418398 (diff)
Update content for html
Diffstat (limited to 'gemfeed/examples/conf/f3s/syncthing/README.md')
-rw-r--r--gemfeed/examples/conf/f3s/syncthing/README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/gemfeed/examples/conf/f3s/syncthing/README.md b/gemfeed/examples/conf/f3s/syncthing/README.md
deleted file mode 100644
index 3e2344ab..00000000
--- a/gemfeed/examples/conf/f3s/syncthing/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# Syncthing Kubernetes Deployment
-
-This directory contains the Kubernetes configuration for deploying Syncthing.
-
-## Deployment
-
-To deploy Syncthing, apply the Kubernetes manifests in this directory:
-
-```bash
-make apply
-```
-
-## Configuration
-
-The deployment uses two persistent volumes:
-- `syncthing-config-pv`: for the syncthing configuration. Mapped to `/data/nfs/k3svolumes/syncthing/config` on the host.
-- `syncthing-data-pv`: for the syncthing data. Mapped to `/data/nfs/k3svolumes/syncthing/data` on the host.
-
-The web UI is available at http://syncthing.f3s.buetow.org.
-The data port is exposed on port 22000.