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