diff --git a/nexus/v1.0.0/templates/ingress.yaml b/nexus/v1.0.0/templates/ingress.yaml index 9df4d02..d031211 100644 --- a/nexus/v1.0.0/templates/ingress.yaml +++ b/nexus/v1.0.0/templates/ingress.yaml @@ -25,8 +25,8 @@ spec: paths: - path: {{ default "/" .path }} backend: - serviceName: httpd - servicePort: 80 + serviceName: {{ .Values.httpd.name }} + servicePort: {{ .Values.httpd.port }} {{- if .tls }} tls: - hosts: diff --git a/nexus/v1.0.0/values.yaml b/nexus/v1.0.0/values.yaml index c5b4b12..68d65e5 100644 --- a/nexus/v1.0.0/values.yaml +++ b/nexus/v1.0.0/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 environment: production service: - type: ClusterIP + type: NodePort port: 80 nexus: