X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-xapps%2F90-xApps%2Fhelm%2Fxapp-std%2Ftemplates%2Fservice-rmr.yaml;h=14a75722264c36c8f6a9154a20e06dd446e5279a;hb=b0d610ef0ba334c963cac6e2f3423657fda803dd;hp=1d9ce9268ae6c8f08633443bf0617482bdf2d5c6;hpb=e29b9bed3c1581f35e7f3bc5e5ab162897bc9e6b;p=it%2Fdep.git diff --git a/ric-xapps/90-xApps/helm/xapp-std/templates/service-rmr.yaml b/ric-xapps/90-xApps/helm/xapp-std/templates/service-rmr.yaml index 1d9ce926..14a75722 100644 --- a/ric-xapps/90-xApps/helm/xapp-std/templates/service-rmr.yaml +++ b/ric-xapps/90-xApps/helm/xapp-std/templates/service-rmr.yaml @@ -28,10 +28,14 @@ metadata: spec: type: ClusterIP ports: - - port: {{ .Values.ricxapp.service.rmr.port }} - targetPort: rmr + - port: {{ .Values.ricxapp.service.rmr.data.port }} + targetPort: rmrdata protocol: TCP - name: rmr + name: rmrdata + - port: {{ .Values.ricxapp.service.rmr.route.port }} + targetPort: rmrroute + protocol: TCP + name: rmrroute selector: app: {{ include "ricxapp.namespace" . }}-{{ include "ricxapp.name" . }} release: {{ .Release.Name }}