summaryrefslogtreecommitdiff
path: root/f3s/git-server/helm-chart/README.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-07 10:19:54 +0300
committerPaul Buetow <paul@buetow.org>2026-06-07 10:19:54 +0300
commitcee2d787cf7a42a9dab559ab06ccf6e23dac33ff (patch)
tree9d0b84cb0046eaaf0e7fd2930c00e90378a6bd88 /f3s/git-server/helm-chart/README.md
parentbfd54fce0165ae8af139e01c67798493a8a1bec9 (diff)
git-server: rename cgit ingress from cgit.f3s.buetow.org to c-git.f3s.buetow.org
Diffstat (limited to 'f3s/git-server/helm-chart/README.md')
-rw-r--r--f3s/git-server/helm-chart/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/f3s/git-server/helm-chart/README.md b/f3s/git-server/helm-chart/README.md
index 9d508e5..5a730e4 100644
--- a/f3s/git-server/helm-chart/README.md
+++ b/f3s/git-server/helm-chart/README.md
@@ -11,14 +11,14 @@ Self-hosted git server for the f3s Kubernetes cluster with SSH access, HTTP git-
- **Image**: `registry.lan.buetow.org:30001/git-server:1.0`
### 2. cgit Web UI
-- **URL**: https://cgit.f3s.buetow.org
+- **URL**: https://c-git.f3s.buetow.org
- **Port**: 80 (HTTP, proxied via Traefik)
- **Image**: `joseluisq/alpine-cgit:latest`
- **Features**: Repository browsing, syntax highlighting
### 3. git-http-backend
- **Internal**: `http://git-server.cicd.svc.cluster.local/<repo>.git`
-- **External**: `https://cgit.f3s.buetow.org/<repo>.git`
+- **External**: `https://c-git.f3s.buetow.org/<repo>.git`
- **Used by**: ArgoCD for syncing applications
- **FastCGI**: nginx + fcgiwrap + git-http-backend
@@ -74,12 +74,12 @@ git clone http://git-server.cicd.svc.cluster.local/<repo>.git
**External** (via Traefik ingress):
```bash
-git clone https://cgit.f3s.buetow.org/<repo>.git
+git clone https://c-git.f3s.buetow.org/<repo>.git
```
### Web UI
-**Browse repositories**: https://cgit.f3s.buetow.org
+**Browse repositories**: https://c-git.f3s.buetow.org
Features:
- Repository listing with descriptions