fix: route /v2 and /health to artifactapi API service #200

Merged
benvin merged 1 commits from benvin/fix-artifactapi-docker-route into main 2026-06-26 23:31:47 +10:00
Owner

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.

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.
unkinben added 1 commit 2026-06-26 23:23:48 +10:00
fix: route /v2 and /health to artifactapi API service
ci/woodpecker/pr/kubeconform Pipeline failed
ci/woodpecker/pr/pre-commit Pipeline was successful
e5239747ae
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, breaking docker pull.
benvin merged commit 5dee768170 into main 2026-06-26 23:31:47 +10:00
benvin deleted branch benvin/fix-artifactapi-docker-route 2026-06-26 23:31:48 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#200