Merge "Drop the submodule nexus-repository-helm"
[it/dep.git] / ric-xapps / 90-xApps / helm / xapp-std / templates / service-rmr.yaml
index 1d9ce92..14a7572 100644 (file)
@@ -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 }}