From d0bc3f6d4a569ac0ef519a6014d035a02591d5ca Mon Sep 17 00:00:00 2001 From: sitzma <105041272+sitzma@users.noreply.github.com> Date: Thu, 30 Jun 2022 13:32:49 +0200 Subject: [PATCH] Openshift fix targetPort --- charts/nexus-repository-manager/templates/proxy-route.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nexus-repository-manager/templates/proxy-route.yaml b/charts/nexus-repository-manager/templates/proxy-route.yaml index f66e1357..3c13630b 100644 --- a/charts/nexus-repository-manager/templates/proxy-route.yaml +++ b/charts/nexus-repository-manager/templates/proxy-route.yaml @@ -11,7 +11,7 @@ metadata: spec: host: {{ .Values.nexusProxyRoute.path }} port: - targetPort: {{ template "nexus.fullname" . }} + targetPort: nexus-ui tls: insecureEdgeTerminationPolicy: Redirect termination: edge