diff --git a/services/harbor/helmrelease.yaml b/services/harbor/helmrelease.yaml index db01787..16b81a8 100644 --- a/services/harbor/helmrelease.yaml +++ b/services/harbor/helmrelease.yaml @@ -378,16 +378,6 @@ 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: @@ -401,6 +391,16 @@ spec: $patch: delete - name: core-writable emptyDir: {} + - 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 - target: kind: Deployment name: harbor-jobservice