summaryrefslogtreecommitdiff
path: root/f3s/git-server
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/git-server')
-rw-r--r--f3s/git-server/README.md6
-rw-r--r--f3s/git-server/helm-chart/README.md8
-rw-r--r--f3s/git-server/helm-chart/templates/ingress.yaml4
3 files changed, 9 insertions, 9 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
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
diff --git a/f3s/git-server/helm-chart/templates/ingress.yaml b/f3s/git-server/helm-chart/templates/ingress.yaml
index 96609fc..accfa76 100644
--- a/f3s/git-server/helm-chart/templates/ingress.yaml
+++ b/f3s/git-server/helm-chart/templates/ingress.yaml
@@ -1,5 +1,5 @@
# CGit Web UI Ingress
-# Exposes cgit web interface at cgit.f3s.buetow.org
+# Exposes cgit web interface at c-git.f3s.buetow.org
# Following f3s cluster ingress pattern (Traefik)
apiVersion: networking.k8s.io/v1
@@ -12,7 +12,7 @@ metadata:
traefik.ingress.kubernetes.io/router.entrypoints: web
spec:
rules:
- - host: cgit.f3s.buetow.org
+ - host: c-git.f3s.buetow.org
http:
paths:
- path: /