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