X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fa1simulator%2Ftemplates%2Fservice.yaml;fp=nonrtric%2Fhelm%2Fa1simulator%2Ftemplates%2Fservice.yaml;h=4bcde799729fdc711c39d6907005f8b409e53653;hb=65cb60991d2db2d2a4fafed25ea6c25a2207eb77;hp=3bc1399450d2f5143a5ae2454f5cee5de4d58886;hpb=5e10316729da47c17161788a7185a70438506742;p=it%2Fdep.git diff --git a/nonrtric/helm/a1simulator/templates/service.yaml b/nonrtric/helm/a1simulator/templates/service.yaml index 3bc13994..4bcde799 100644 --- a/nonrtric/helm/a1simulator/templates/service.yaml +++ b/nonrtric/helm/a1simulator/templates/service.yaml @@ -18,9 +18,9 @@ kind: Service apiVersion: v1 metadata: name: {{ .Values.a1simulator.instanceName }} - namespace: nonrtric + namespace: {{ include "common.namespace.nonrtric" . }} labels: - app: nonrtric-{{ include "common.name.a1simulator" . }} + app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.a1simulator" . }} chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} @@ -31,6 +31,6 @@ spec: port: {{ include "common.serviceport.a1simulator.http" . }} targetPort: {{ include "common.serviceport.a1simulator.http" . }} selector: - app: nonrtric-{{ include "common.name.a1simulator" . }} + app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.a1simulator" . }} release: {{ .Release.Name }} type: ClusterIP