feat: artifactapi route change
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

complete cutover to artifactapi 3
This commit is contained in:
2026-06-26 22:43:29 +10:00
parent aac1b654bb
commit 2e8bbc5ec6
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: