X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Frtmgr%2Ftemplates%2Fdeployment.yaml;h=d6f3259b2f62556f294e574974912515a5f058b4;hb=948cb92657906b0c6ede9e1f82a56b95521fe0b4;hp=afeff191e5b0e802720c44c6aa52de93b2828b85;hpb=d32ff1f486548b1a6123761055c2757c5762904f;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 afeff191..d6f3259b 100644 --- a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/deployment.yaml @@ -47,7 +47,7 @@ spec: command: ["/run_rtmgr.sh"] env: - name: XMURL - value: "http://ric-full-appmgr:8080/ric/v1/xapps" + value: "http://{{ include "common.servicename.appmgr.http" . }}:8080/ric/v1/xapps" - name: SOCKET value: "tcp://0.0.0.0:4560" - name: RTFILE @@ -61,5 +61,5 @@ spec: - name: SDL value: "file" ports: - - name: {{ .Values.rtmgr.service.nano.name }} - containerPort: {{ .Values.rtmgr.service.nano.port }} + - name: "rmr" + containerPort: {{ .Values.rtmgr.service.rmr.containerPort }}