X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=sample-services%2Fhello-world-sme-invoker%2Fhello-world-sme-invoker%2Ftemplates%2Fservice.yaml;fp=sample-services%2Fhello-world-sme-invoker%2Fhello-world-sme-invoker%2Ftemplates%2Fservice.yaml;h=ffd039a8e779e152968d12c1b66b1d0dd2a6b8a7;hb=0f1c16fd071c70215eed25fa45ecce4803c83d72;hp=9d21495351b3efabf70c49e97429213009d9faca;hpb=2f3b268bbbe457a9b5078670dae7e78571bdb265;p=nonrtric.git diff --git a/sample-services/hello-world-sme-invoker/hello-world-sme-invoker/templates/service.yaml b/sample-services/hello-world-sme-invoker/hello-world-sme-invoker/templates/service.yaml index 9d214953..ffd039a8 100644 --- a/sample-services/hello-world-sme-invoker/hello-world-sme-invoker/templates/service.yaml +++ b/sample-services/hello-world-sme-invoker/hello-world-sme-invoker/templates/service.yaml @@ -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