X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fservice-rmr.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fservice-rmr.yaml;h=a9e941654bde1efe0c0e42111cc9f1894194bf73;hb=3be243af8254463c1716cf3f05d5806f17e370d7;hp=6a4bdadeb9bfdcd1f53f11f6d6cf606ad9a2cf30;hpb=0309475769b27702c8c886411222882da8b519b1;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/service-rmr.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/service-rmr.yaml index 6a4bdade..a9e94165 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/service-rmr.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/service-rmr.yaml @@ -28,11 +28,11 @@ metadata: spec: type: ClusterIP ports: - - port: {{ .Values.e2mgr.service.rmr.route.port }} + - port: {{ include "common.serviceport.e2mgr.rmr.route" . }} protocol: "TCP" name: "rmrroute" targetPort: "rmrroute" - - port: {{ .Values.e2mgr.service.rmr.data.port }} + - port: {{ include "common.serviceport.e2mgr.rmr.data" . }} protocol: "TCP" name: "rmrdata" targetPort: "rmrdata"