Clarify ArgoCD status and update MySQL→MariaDB
- ArgoCD: Installed but not configured yet (Fase 4) - All MySQL references updated to MariaDB 11.4 LTS - Current CI/CD: Gitea Actions (active) - Future GitOps: ArgoCD (pending configuration) Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -303,13 +303,19 @@ Push → Gitea Actions → Runner Pod (DinD) → Docker build → Push to regist
|
|||||||
- Docker-in-Docker (DinD) para builds
|
- Docker-in-Docker (DinD) para builds
|
||||||
- Volumenes compartidos para cache
|
- Volumenes compartidos para cache
|
||||||
|
|
||||||
### Alternativa Futura: ArgoCD Image Updater
|
### Futura: GitOps con ArgoCD (No configurado aún)
|
||||||
|
|
||||||
Cuando esté configurado:
|
**Estado**: ArgoCD está instalado en el cluster pero **no configurado**.
|
||||||
|
|
||||||
|
**Cuando se configure** (Fase 4 del ROADMAP):
|
||||||
```
|
```
|
||||||
Push → Build → Registry → ArgoCD detecta → Auto-update K8s → Deploy
|
Push → Build → Registry → ArgoCD detecta → Auto-update K8s → Deploy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Por ahora**: Deploy manual con `kubectl apply` o `kubectl set image`.
|
||||||
|
|
||||||
|
**Configurar**: Ver `ROADMAP.md` Fase 4.1 y `docs/06-deployment/gitops.md`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🎯 Checklist de Feature Completa
|
## 🎯 Checklist de Feature Completa
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ ssh root@108.165.47.221 # lb-01
|
|||||||
| MariaDB | 11.4 LTS | control-plane | mariadb:3306 |
|
| MariaDB | 11.4 LTS | control-plane | mariadb:3306 |
|
||||||
| Redis | 7 | control-plane | redis:6379 |
|
| Redis | 7 | control-plane | redis:6379 |
|
||||||
| Gitea | 1.25.3 | gitea | https://git.fuq.tv |
|
| Gitea | 1.25.3 | gitea | https://git.fuq.tv |
|
||||||
| ArgoCD | stable | argocd | https://argocd.fuq.tv |
|
| ArgoCD | stable | argocd | https://argocd.fuq.tv (⚠️ instalado, no configurado) |
|
||||||
| Gitea Runner | latest | gitea-actions | - |
|
| Gitea Runner | latest | gitea-actions | - |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -64,8 +64,8 @@ Tarea → Agente → Código → PR → Preview Deploy → Aprobación → Stagi
|
|||||||
- ✅ MariaDB 11.4 LTS
|
- ✅ MariaDB 11.4 LTS
|
||||||
- ✅ Redis 7
|
- ✅ Redis 7
|
||||||
- ✅ Gitea 1.25.3 + Container Registry
|
- ✅ Gitea 1.25.3 + Container Registry
|
||||||
- ✅ ArgoCD
|
- ✅ ArgoCD (instalado, pendiente configuración)
|
||||||
- ✅ Gitea Actions Runner (CI/CD)
|
- ✅ Gitea Actions Runner (CI/CD activo)
|
||||||
|
|
||||||
### Backend Inicial
|
### Backend Inicial
|
||||||
- ✅ Estructura del proyecto
|
- ✅ Estructura del proyecto
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
- [x] MariaDB 11.4 LTS con storage HA
|
- [x] MariaDB 11.4 LTS con storage HA
|
||||||
- [x] Redis 7 desplegado
|
- [x] Redis 7 desplegado
|
||||||
- [x] Gitea 1.25.3 con Container Registry habilitado
|
- [x] Gitea 1.25.3 con Container Registry habilitado
|
||||||
- [x] ArgoCD para GitOps
|
- [x] ArgoCD instalado (configuración pendiente - Fase 4)
|
||||||
|
|
||||||
**Credenciales**: `CLUSTER-CREDENTIALS.md`
|
**Credenciales**: `CLUSTER-CREDENTIALS.md`
|
||||||
**Acceso Gitea**: https://git.fuq.tv (admin/admin123)
|
**Acceso Gitea**: https://git.fuq.tv (admin/admin123)
|
||||||
|
|||||||
Reference in New Issue
Block a user