fase 1
Build and Push Frontend / Construir y Subir Imagen (push) Successful in 9m23s
Build and Push Medusa / Construir y publicar Medusa (push) Failing after 15m12s

This commit is contained in:
2026-07-31 23:27:01 -05:00
parent 4b85fccc97
commit aa857bc2ae
22 changed files with 1450 additions and 19 deletions
@@ -0,0 +1,23 @@
# Cambios a `workloads/ecommerce/kustomization.yaml`
El instalador incluido agrega solamente el backend de la Fase 1:
```yaml
resources:
- commerce/
```
No activa automáticamente Medusa en el frontend.
Después de validar el backend, agrega este patch al bloque `patches`:
```yaml
- path: patches/frontend-medusa-env.yaml
target:
group: apps
version: v1
kind: Deployment
name: frontend-deploy
```
El catálogo `mock` seguirá funcionando hasta realizar este commit de corte.