X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Frtmgr%2Ftemplates%2Fservice-rmr.yaml;h=ac2f31e36de63f5923b80d3b5c200a067f751a2d;hb=a30d15c7adf2ba01f832267dd70a2c9fe18ced09;hp=0ded6afe77ce33cc10a56c461c660c1d66833d77;hpb=948cb92657906b0c6ede9e1f82a56b95521fe0b4;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/service-rmr.yaml b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/service-rmr.yaml index 0ded6afe..ac2f31e3 100644 --- a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/service-rmr.yaml +++ b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/service-rmr.yaml @@ -19,19 +19,23 @@ apiVersion: v1 kind: Service metadata: name: {{ include "common.servicename.rtmgr.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.rtmgr" . }} chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} spec: type: ClusterIP ports: - - port: {{ .Values.rtmgr.service.rmr.port }} + - port: {{ include "common.serviceport.rtmgr.rmr.route" . }} protocol: TCP - targetPort: "rmr" - name: "rmr" + targetPort: "rmrroute" + name: "rmrroute" + - port: {{ include "common.serviceport.rtmgr.rmr.data" . }} + protocol: TCP + targetPort: "rmrdata" + name: "rmrdata" selector: - app: {{ include "common.namespace" . }}-{{ include "common.name" . }} + app: {{ include "common.namespace.platform" . }}-{{ include "common.name.rtmgr" . }} release: {{ .Release.Name }}