From d19aebb1748d2adb335d32063c4f1ad560430174 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 19 May 2025 20:16:56 -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 5deb03c53..1dcdb56cb 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: 80 + port: 443 weight: 100 - matches: - path: @@ -43,5 +43,5 @@ spec: - group: '' kind: Service name: harbor-portal - port: 80 + port: 443 weight: 100