Fix label and name reference in charts
[nonrtric.git] / sample-services / hello-world-sme-invoker / hello-world-sme-invoker / templates / service.yaml
index 9d21495..ffd039a 100644 (file)
@@ -21,9 +21,7 @@
 apiVersion: v1
 kind: Service
 metadata:
-  name: {{ include "hello-world-sme-invoker.fullname" . }}
-  labels:
-    {{- include "hello-world-sme-invoker.labels" . | nindent 4 }}
+  name: hello-world-sme-invoker-service
 spec:
   type: {{ .Values.service.type }}
   ports:
@@ -32,5 +30,5 @@ spec:
       protocol: TCP
       name: http
   selector:
-    {{- include "hello-world-sme-invoker.selectorLabels" . | nindent 4 }}
+    app: hello-world-sme-invoker-container