chore(mirror): sync desde templates/web-backend-python (ADR-095)
All checks were successful
__APP_NAME__ — build & deploy / ¿Credenciales de build listas? (push) Successful in 1s
__APP_NAME__ — build & deploy / Calidad + build + push (push) Has been skipped
__APP_NAME__ — build & deploy / ¿Cluster del tenant listo? (push) Has been skipped
__APP_NAME__ — build & deploy / Helm upgrade --install (push) Has been skipped

This commit is contained in:
idp-template-mirror
2026-06-16 22:06:54 -05:00
parent 30c2239dcd
commit a7498db8f0
5 changed files with 356 additions and 21 deletions

View File

@@ -233,11 +233,16 @@ Si decides migrar fuera de Cove, todo lo que necesitas vive en formato estándar
| Componente | Cómo lo exportas |
|-----------|------------------|
| Código | `git remote add github && git push github main` |
| Código | `git remote add github <tu-repo-github> && git push github main` (espejo externo a GitHub) |
| Imagen | `docker pull` desde Harbor + push a tu registry |
| Manifests | Ya están en `helm/` — `helm template` genera YAML aplicable |
| Datos | Coralware ejecuta `mariadb-dump` y entrega `.sql.gz` |
> **Nota:** el remote `github` de esta tabla es un **espejo externo de salida**
> (tu source of truth fuera de Cove), no el remote de despliegue. El primer push
> del dev hacia Cove usa el remote `cove` (`git push cove main`), que dispara el
> CI/CD — ver la guía de onboarding (welcome page del repo y email post-active).
Sin lock-in técnico.
---