initial commit
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 45s
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 45s
Change-Id: Iccb9a69a29ce96d618762c5c852c8ec43d9b78df
This commit is contained in:
16
docs/architecture.md
Normal file
16
docs/architecture.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Architecture
|
||||
|
||||
`test-micro-alex-stable-1` is a Node.js 20 **Express** application.
|
||||
|
||||
| Component | Technology |
|
||||
|-----------|-----------|
|
||||
| HTTP | Express 4 |
|
||||
| Metrics | prom-client → `/metrics` |
|
||||
| Health | `/health` endpoint |
|
||||
|
||||
## Deployment flow
|
||||
|
||||
```
|
||||
Push → build-push.yml (npm ci + docker build → ACR)
|
||||
→ deploy-humanitec.yml (humctl score deploy)
|
||||
```
|
||||
Reference in New Issue
Block a user