From 87a3e84f5b5a6a47dd313876f29432a3f58b4f3b Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Thu, 4 Jun 2026 21:20:06 -0500 Subject: [PATCH] fix(harbor): correct HTTPRoute backend service name (the-seas) --- cluster/platform/harbor/httproute.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/platform/harbor/httproute.yaml b/cluster/platform/harbor/httproute.yaml index 933df58..5c1d21a 100644 --- a/cluster/platform/harbor/httproute.yaml +++ b/cluster/platform/harbor/httproute.yaml @@ -27,6 +27,6 @@ spec: backendRefs: - group: "" kind: Service - name: harbor + name: the-seas port: 80 weight: 1