Skip to content

Commit

Permalink
try installing harbor on management cluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
huseyindeniz committed Feb 9, 2025
1 parent eca8a07 commit f696c0f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion flux/local-management/harbor/virtualservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,19 @@ spec:
gateways:
- istio-ingress-gateway
http:
- route:
- match:
- uri:
prefix: "/api"
route:
- destination:
host: harbor-local-core.harbor.svc.cluster.local
port:
number: 80
- match:
- uri:
prefix: "/"
route:
- destination:
host: harbor-local-portal.harbor.svc.cluster.local
port:
number: 80

0 comments on commit f696c0f

Please sign in to comment.