chore: Update manifests after change

This commit is contained in:
2026-03-24 22:14:40 +00:00
parent 23158129ff
commit 2312900e81
48 changed files with 2526 additions and 1 deletions

View 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