X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Frtmgr%2Ftemplates%2Fdeployment.yaml;h=2cffaa901f22515e6f91f1e4d3fb9c58e0a9d21d;hb=3be243af8254463c1716cf3f05d5806f17e370d7;hp=fd93004597b942ad317b92b4a90d4f38870a62ed;hpb=0309475769b27702c8c886411222882da8b519b1;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/deployment.yaml index fd930045..2cffaa90 100644 --- a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/deployment.yaml @@ -56,9 +56,9 @@ spec: readOnly: true ports: - name: "rmrroute" - containerPort: {{ .Values.rtmgr.service.rmr.route.port }} + containerPort: {{ include "common.serviceport.rtmgr.rmr.route" . }} - name: "rmrdata" - containerPort: {{ .Values.rtmgr.service.rmr.data.port }} + containerPort: {{ include "common.serviceport.rtmgr.rmr.data" . }} volumes: - name: "rtmgrcfg" configMap: