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;fp=ric-xapps%2F90-xApps%2Fhelm%2Fxapp-std%2Ftemplates%2Fservice-rmr.yaml;h=ee1670b1b1232d9af3076b1e555d1256f2df933f;hb=563da71692a22c4ad04089f756fcebb86944e787;hp=1d9ce9268ae6c8f08633443bf0617482bdf2d5c6;hpb=97a3693d4035b13c6aa0c80f1dceefa1cd10ce5b;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..ee1670b1 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 }}