X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fappmgr%2Ftemplates%2Fservice-rmr.yaml;h=3451529d458dee6a4800ab8fd4ba8d704ed87399;hb=0c37cda7521814a759c75bdf703dd781a2a83ccb;hp=972a2631f93ac7a00975efe84cd2c60a2189b5df;hpb=cca6ad5be1ba8679874c24a5b1c628055cd1eac8;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/appmgr/templates/service-rmr.yaml b/ric-platform/50-RIC-Platform/helm/appmgr/templates/service-rmr.yaml index 972a2631..3451529d 100644 --- a/ric-platform/50-RIC-Platform/helm/appmgr/templates/service-rmr.yaml +++ b/ric-platform/50-RIC-Platform/helm/appmgr/templates/service-rmr.yaml @@ -19,20 +19,24 @@ apiVersion: v1 kind: Service metadata: name: {{ include "common.servicename.appmgr.rmr" . }} - namespace: {{ include "common.namespace" . }} + namespace: {{ include "common.namespace.platform" . }} labels: - app: {{ include "common.namespace" . }}-{{ include "common.name" . }} + app: {{ include "common.namespace.platform" . }}-{{ include "common.name.appmgr" . }} chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: type: ClusterIP ports: - - port: {{ .Values.appmgr.service.rmr.port }} + - port: {{ .Values.appmgr.service.rmr.route.port }} protocol: "TCP" - name: "rmr" - targetPort: "rmr" + name: "rmrroute" + targetPort: "rmrroute" + - port: {{ .Values.appmgr.service.rmr.data.port }} + protocol: "TCP" + name: "rmrdata" + targetPort: "rmrdata" selector: - app: {{ include "common.namespace" . }}-{{ include "common.name" . }} + app: {{ include "common.namespace.platform" . }}-{{ include "common.name.appmgr" . }} release: {{ .Release.Name }}