fix: route /v2 and /health to artifactapi API service #200
Reference in New Issue
Block a user
Delete Branch "benvin/fix-artifactapi-docker-route"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The v3 route migration (#198) split routes into /api → API and / → UI, but /v2/ (Docker Registry V2 API) and /health now hit the UI catch-all instead of the API backend.
This breaks
docker pull artifactapi.k8s.syd1.au.unkin.net/...with context deadline exceeded.Adds /v2 and /health prefix rules before the UI catch-all.