diff --git a/charts/durpapi/templates/service.yaml b/charts/durpapi/templates/service.yaml index ad3ef88..ed7c056 100644 --- a/charts/durpapi/templates/service.yaml +++ b/charts/durpapi/templates/service.yaml @@ -9,4 +9,4 @@ spec: targetPort: {{ .Values.service.targetport }} protocol: TCP selector: - app: {{ .Values.service.name }} \ No newline at end of file + app: {{ .Chart.Name }} \ No newline at end of file