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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user