summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-03 23:17:40 +0300
committerPaul Buetow <paul@buetow.org>2026-07-03 23:17:40 +0300
commit51b8f2849c7ac3f3b135e4ae1fae22ea54efae68 (patch)
treeca4285ba0f587ac90b22b496e151773972751a1c /README.md
parent67babb244b8ab6fcdfe3748b1c52fcac60eb2ed4 (diff)
docs: move f3s k3s deployment details to private f3s skill reference
Amp-Thread-ID: https://ampcode.com/threads/T-019f299f-7596-73b6-ba71-0f71fcd3c131 Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/README.md b/README.md
index 120f09c..0213bc5 100644
--- a/README.md
+++ b/README.md
@@ -118,15 +118,12 @@ podman rm -f ychat
## Deploying to the f3s k3s cluster
-This is covered in detail in [`./ychat/DOCKER.md`](ychat/DOCKER.md) (push
-steps, Helm chart, ArgoCD Application in the
-[`conf` repo](https://codeberg.org/snonux/conf), path
-`f3s/ychat/helm-chart`). **The DB-backed build described in this README is
-not deployed there yet** — the live LAN URL
-(**https://ychat.f3s.lan.buetow.org/**) currently still serves the older,
-in-memory-only, no-database image. Rolling out this build needs a persistent
-volume for `/app/data` (the existing Helm chart doesn't provision one) and
-is a deliberate follow-up, not automatic.
+Deploying ychat to the f3s homelab k3s cluster (image build/push, Helm chart,
+ArgoCD Application, PVC requirements) is **not** documented here — it lives in
+the private `f3s` skill reference, since it depends on homelab-specific
+infrastructure. **The DB-backed build described in this README is not deployed
+there yet** — the live LAN URL (**https://ychat.f3s.lan.buetow.org/**)
+currently still serves the older, in-memory-only, no-database image.
---