Automated Manifest Update (#2410)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2410 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2410.
This commit is contained in:
39
clusters/cl01tl/manifests/harbor/HTTPRoute-harbor-route.yaml
Normal file
39
clusters/cl01tl/manifests/harbor/HTTPRoute-harbor-route.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
apiVersion: gateway.networking.k8s.io/v1
|
||||
kind: HTTPRoute
|
||||
metadata:
|
||||
name: "harbor-route"
|
||||
namespace: "harbor"
|
||||
spec:
|
||||
parentRefs:
|
||||
- group: gateway.networking.k8s.io
|
||||
kind: Gateway
|
||||
name: traefik-gateway
|
||||
namespace: traefik
|
||||
hostnames:
|
||||
- harbor.alexlebens.net
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /api/
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /service/
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /v2/
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /c/
|
||||
backendRefs:
|
||||
- name: harbor-core
|
||||
namespace: "harbor"
|
||||
port: 80
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- name: harbor-portal
|
||||
namespace: "harbor"
|
||||
port: 80
|
||||
Reference in New Issue
Block a user