From d9695d32f6128872e8f0d32838a55712f85b78d4 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 22 Jan 2026 13:26:38 -0300 Subject: [PATCH] harbor: route v2 ingress to registry --- services/harbor/helmrelease.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/services/harbor/helmrelease.yaml b/services/harbor/helmrelease.yaml index b0cbdbd..db01787 100644 --- a/services/harbor/helmrelease.yaml +++ b/services/harbor/helmrelease.yaml @@ -378,6 +378,16 @@ spec: subPath: app.conf - name: ca-download mountPath: /etc/core/ca + - target: + kind: Ingress + name: harbor-ingress + patch: |- + - op: replace + path: /spec/rules/0/http/paths/2/backend/service/name + value: harbor-registry + - op: replace + path: /spec/rules/0/http/paths/2/backend/service/port/number + value: 5000 - name: psc mountPath: /etc/core/token volumes: