From 511f32e5216eb5c845332f1561230fdfcfa5ed0d Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Thu, 4 Jun 2026 21:21:32 -0500 Subject: [PATCH] fix(harbor): correct HTTPRoute backend port (8080) --- cluster/platform/harbor/httproute-alt.yaml | 2 +- cluster/platform/harbor/httproute.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/platform/harbor/httproute-alt.yaml b/cluster/platform/harbor/httproute-alt.yaml index 514efb3..faab2ed 100644 --- a/cluster/platform/harbor/httproute-alt.yaml +++ b/cluster/platform/harbor/httproute-alt.yaml @@ -29,5 +29,5 @@ spec: - group: "" kind: Service name: the-seas - port: 80 + port: 8080 weight: 1 diff --git a/cluster/platform/harbor/httproute.yaml b/cluster/platform/harbor/httproute.yaml index 5c1d21a..5552545 100644 --- a/cluster/platform/harbor/httproute.yaml +++ b/cluster/platform/harbor/httproute.yaml @@ -28,5 +28,5 @@ spec: - group: "" kind: Service name: the-seas - port: 80 + port: 8080 weight: 1