repo names fix
Some checks failed
Deploy Gitea Pages / build-and-deploy (push) Failing after 6s

This commit is contained in:
2026-04-13 16:08:01 +02:00
parent 4abd528b19
commit 18fb0ca3da
20 changed files with 88 additions and 88 deletions

View File

@@ -53,8 +53,8 @@ This Kubernetes cluster uses a **GitOps approach** powered by **ArgoCD**, where
┌────────────────────────────────┐
│ Config Repository │
│ (ArgoCD Applications) │
│ github.com/fortedigital/
sturdy-adventure
│ git.forteapps.net/Forte/
launchpad
└────────────────────────────────┘
@@ -109,12 +109,12 @@ This Kubernetes cluster uses a **GitOps approach** powered by **ArgoCD**, where
## Repository Structure
### 1. **Config Repository** (Current Repo)
**Repository**: `https://github.com/fortedigital/sturdy-adventure.git`
**Repository**: `https://git.forteapps.net/Forte/launchpad`
**Purpose**: GitOps configuration - ArgoCD Applications and cluster resources
**Location**: `C:\dev\k8s\launchpad`
```
sturdy-adventure/
launchpad/
├── bootstrap.sh # Cluster initialization script
├── _app-of-apps.yaml # Root ArgoCD Application (App-of-Apps pattern)
@@ -405,7 +405,7 @@ jobs:
1. **Config Repo Change**:
- Developer updates `apps/myapp.yaml`
- Pushes to `sturdy-adventure` repo
- Pushes to `launchpad` repo
- ArgoCD detects change (60s reconciliation)
- Syncs application to cluster
@@ -561,7 +561,7 @@ Notifications include:
**Rebuild Process**:
1. Provision new Kubernetes cluster
2. Clone `sturdy-adventure` repository
2. Clone `launchpad` repository
3. Run `./bootstrap.sh`
4. ArgoCD installs and syncs all applications
5. Manually recreate unsealed secrets and seal them