Files
harmony/examples/compose_java_react/README.md
Jean-Gabriel Gill-Couture eea006535b refactor: drop harmony_app landfill
Scores own deploy. harmony_app is identity, images, context, and
HarmonyApp→Scores. Authoring DX lives in dx. Compose/chart/Application
model and the Helm render test are gone.
2026-09-08 22:10:34 -04:00

580 B

Java + React timesheet as a HarmonyApp

A thin HarmonyApp that composes existing Scores: K8sPostgreSQLScore and K8sDeploymentScore for backend and frontend. Images come from app/backend and app/frontend. The docker-compose.yml is the original local shape; Harmony does not import it.

cargo run --bin compose-deploy -- ship --context local

--context is required. K8sDeploymentScore does not create a Service or Ingress, so in-cluster DNS (BACKEND_URL=http://backend:8080) and public expose are holes until those Scores exist.