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
+20
View File
@@ -47,6 +47,26 @@ spec:
- path:
type: PathPrefix
value: /api
- backendRefs:
- group: ""
kind: Service
name: artifactapi
port: 80
weight: 1
matches:
- path:
type: PathPrefix
value: /v2
- backendRefs:
- group: ""
kind: Service
name: artifactapi
port: 80
weight: 1
matches:
- path:
type: PathPrefix
value: /health
- backendRefs:
- group: ""
kind: Service