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%2Fdeployment.yaml;fp=sample-services%2Fhello-world-sme-invoker%2Fhello-world-sme-invoker%2Ftemplates%2Fdeployment.yaml;h=bbf621a281238ae9baeb1faa9e8f5e9ff274ef11;hb=0f1c16fd071c70215eed25fa45ecce4803c83d72;hp=9a31fba1cfec5517bca651a3671726fe83ae36a6;hpb=2f3b268bbbe457a9b5078670dae7e78571bdb265;p=nonrtric.git diff --git a/sample-services/hello-world-sme-invoker/hello-world-sme-invoker/templates/deployment.yaml b/sample-services/hello-world-sme-invoker/hello-world-sme-invoker/templates/deployment.yaml index 9a31fba1..bbf621a2 100644 --- a/sample-services/hello-world-sme-invoker/hello-world-sme-invoker/templates/deployment.yaml +++ b/sample-services/hello-world-sme-invoker/hello-world-sme-invoker/templates/deployment.yaml @@ -21,18 +21,16 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: {{ include "hello-world-sme-invoker.fullname" . }} - labels: - {{- include "hello-world-sme-invoker.labels" . | nindent 4 }} + name: hello-world-sme-invoker-deployment spec: replicas: {{ .Values.replicaCount }} selector: matchLabels: - {{- include "hello-world-sme-invoker.selectorLabels" . | nindent 8 }} + app: hello-world-sme-invoker-container template: metadata: labels: - {{- include "hello-world-sme-invoker.selectorLabels" . | nindent 12 }} + app: hello-world-sme-invoker-container spec: containers: - name: {{ .Chart.Name }}