From 98dc853fe282fe45118d83190a6ea6c6eb017b68 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 19 May 2025 20:43:33 -0500 Subject: [PATCH] change ports --- clusters/cl01tl/services/harbor/templates/http-route.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/services/harbor/templates/http-route.yaml b/clusters/cl01tl/services/harbor/templates/http-route.yaml index 1dcdb56cb..5deb03c53 100644 --- a/clusters/cl01tl/services/harbor/templates/http-route.yaml +++ b/clusters/cl01tl/services/harbor/templates/http-route.yaml @@ -33,7 +33,7 @@ spec: - group: '' kind: Service name: harbor-core - port: 443 + port: 80 weight: 100 - matches: - path: @@ -43,5 +43,5 @@ spec: - group: '' kind: Service name: harbor-portal - port: 443 + port: 80 weight: 100