diff --git a/helm-charts/sonatype-nexus/templates/route.yaml b/helm-charts/sonatype-nexus/templates/route.yaml index cf76e5b..23bf862 100644 --- a/helm-charts/sonatype-nexus/templates/route.yaml +++ b/helm-charts/sonatype-nexus/templates/route.yaml @@ -11,7 +11,7 @@ metadata: spec: host: {{ .Values.route.path }} port: - targetPort: {{ .Values.service.portName }} + targetPort: {{ .Values.route.portName }} tls: insecureEdgeTerminationPolicy: Redirect termination: edge