harbor: route v2 ingress to registry

This commit is contained in:
Brad Stein 2026-01-22 13:26:38 -03:00
parent 0697d7b1b3
commit d9695d32f6

View File

@ -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: