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=d6f3259b2f62556f294e574974912515a5f058b4;hb=563da71692a22c4ad04089f756fcebb86944e787;hp=afeff191e5b0e802720c44c6aa52de93b2828b85;hpb=04d8123f5b80bddc11cc97c78e994589634a2c7b;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 }}