feat: artifactapi route change (#198)

complete cutover to artifactapi 3

---------

Co-authored-by: Ben Vincent <ben@unkin.net>
Reviewed-on: #198
This commit was merged in pull request #198.
This commit is contained in:
2026-06-26 22:50:27 +10:00
parent aac1b654bb
commit f6d60bd02d
19 changed files with 35 additions and 1020 deletions
+13 -3
View File
@@ -2,7 +2,7 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: artifactapi-http-redirect
name: http-redirect
namespace: artifactapi
spec:
hostnames:
@@ -26,7 +26,7 @@ spec:
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: artifactapi
name: api-route
namespace: artifactapi
spec:
hostnames:
@@ -40,7 +40,17 @@ spec:
- backendRefs:
- group: ""
kind: Service
name: artifactapi-api
name: artifactapi
port: 80
weight: 1
matches:
- path:
type: PathPrefix
value: /api
- backendRefs:
- group: ""
kind: Service
name: ui
port: 80
weight: 1
matches: