From cee2d787cf7a42a9dab559ab06ccf6e23dac33ff Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 7 Jun 2026 10:19:54 +0300 Subject: git-server: rename cgit ingress from cgit.f3s.buetow.org to c-git.f3s.buetow.org --- f3s/git-server/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'f3s/git-server/README.md') diff --git a/f3s/git-server/README.md b/f3s/git-server/README.md index 28050b8..1af4f8d 100644 --- a/f3s/git-server/README.md +++ b/f3s/git-server/README.md @@ -5,7 +5,7 @@ A self-hosted git repository solution for the f3s k3s cluster, replacing externa ## Components - **SSH Git Server**: Alpine-based container with OpenSSH and git for repository access -- **CGit Web UI**: Browse repositories at `http://cgit.f3s.buetow.org` +- **CGit Web UI**: Browse repositories at `http://c-git.f3s.buetow.org` - **Single Pod Design**: Both containers share storage via ReadWriteMany PVC - **Persistent SSH Host Keys**: Keys are stored in NFS and persist across pod restarts @@ -31,7 +31,7 @@ A self-hosted git repository solution for the f3s k3s cluster, replacing externa - **Internal (ArgoCD)**: `git-server.cicd.svc.cluster.local:22` - **External SSH**: NodePort 30022 on any cluster node -- **Web UI**: `http://cgit.f3s.buetow.org` +- **Web UI**: `http://c-git.f3s.buetow.org` ## Initial Setup @@ -135,7 +135,7 @@ kubectl logs -n cicd -l app=git-server -c git-server --tail=50 kubectl logs -n cicd -l app=git-server -c cgit --tail=50 # Test cgit web UI -curl -I http://cgit.f3s.buetow.org +curl -I http://c-git.f3s.buetow.org ``` ## Repository URLs -- cgit v1.2.3