Files
tmpl-test-go/docs/architecture.md
Scaffolder 64c0abe81c
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 13m22s
initial commit
Change-Id: Icd7052470aa194342d4adce029e6c9f9154ab3ac
2026-03-24 21:15:08 +00:00

18 lines
454 B
Markdown

# Architecture
`tmpl-test-go` is a Go 1.22 service using only the standard `net/http` library.
| Component | Technology |
|-----------|-----------|
| HTTP | stdlib `net/http` |
| Metrics | `prometheus/client_golang``/metrics` |
| Health | `/health` |
| Image | Distroless `nonroot` (minimal attack surface) |
## Deployment flow
```
Push → build-push.yml (go test + docker build → ACR)
→ deploy-humanitec.yml (humctl score deploy)
```