diff --git a/templates/service.yaml b/templates/service.yaml index 801a509..fa2d414 100644 --- a/templates/service.yaml +++ b/templates/service.yaml @@ -32,7 +32,7 @@ spec: ports: - port: {{ .Values.service.port }} protocol: TCP - name: {{ .Values.service.name }} + name: http-{{ .Values.service.name }} targetPort: 5000 {{- if (and (eq .Values.service.type "NodePort") (not (empty .Values.service.nodePort))) }} nodePort: {{ .Values.service.nodePort }}