diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-07 10:19:54 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-07 10:19:54 +0300 |
| commit | cee2d787cf7a42a9dab559ab06ccf6e23dac33ff (patch) | |
| tree | 9d0b84cb0046eaaf0e7fd2930c00e90378a6bd88 /f3s/git-server/README.md | |
| parent | bfd54fce0165ae8af139e01c67798493a8a1bec9 (diff) | |
git-server: rename cgit ingress from cgit.f3s.buetow.org to c-git.f3s.buetow.org
Diffstat (limited to 'f3s/git-server/README.md')
| -rw-r--r-- | f3s/git-server/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
