diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-03 23:18:28 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-03 23:18:28 +0300 |
| commit | 30dd2c01e6996f81571d752c0ef09db13f942780 (patch) | |
| tree | e1b9d1ad1a2345b8cd25cee7713fcc7c48906628 | |
| parent | dfd0a39ad60c16f99786a946127643c60a87f2db (diff) | |
docs: drop f3s skill reference from public deploy notes
Amp-Thread-ID: https://ampcode.com/threads/T-019f299f-7596-73b6-ba71-0f71fcd3c131
Co-authored-by: Amp <amp@ampcode.com>
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | ychat/DOCKER.md | 5 |
2 files changed, 5 insertions, 7 deletions
@@ -118,10 +118,9 @@ podman rm -f ychat ## Deploying to the f3s k3s cluster -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 now +Deploying ychat to a homelab k3s cluster (image build/push, Helm chart, +ArgoCD Application, PVC requirements) is homelab-specific and **not** +documented in this public repo. **The DB-backed build described in this README is now deployed** — the live LAN URL (**https://ychat.f3s.lan.buetow.org/**) serves image tag `67babb2` with a persistent volume (`ychat-data-pvc`, hostPath-backed NFS share) mounted at `/app/data`, so registered accounts survive pod diff --git a/ychat/DOCKER.md b/ychat/DOCKER.md index 871d167..cff284c 100644 --- a/ychat/DOCKER.md +++ b/ychat/DOCKER.md @@ -165,9 +165,8 @@ part of removing the no-DB build option from the codebase. ## Deploying to the f3s k3s cluster Homelab-specific deployment (image push to the private registry, Helm chart, -ArgoCD Application, PVC for `/app/data`) is **not** documented here — it lives -in the private `f3s` skill reference, since it depends on homelab -infrastructure. It is **not yet deployed**: the live cluster +ArgoCD Application, PVC for `/app/data`) is homelab-specific and **not** +documented in this public repo. It is **not yet deployed**: the live cluster (`https://ychat.f3s.lan.buetow.org/`) still runs the old no-DB image. ## Optional follow-ups (not in scope for this task) |
