From ccc956f70bfddcb8b57f6420c942edf8d7f00230 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Thu, 4 Jun 2026 21:23:29 -0500 Subject: [PATCH] fix(harbor): HTTPRoute should use service port 80, not targetPort 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 faab2ed..514efb3 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: 8080 + port: 80 weight: 1 diff --git a/cluster/platform/harbor/httproute.yaml b/cluster/platform/harbor/httproute.yaml index 5552545..5c1d21a 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: 8080 + port: 80 weight: 1