X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2term%2Ftemplates%2Fdeployment.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2term%2Ftemplates%2Fdeployment.yaml;h=f3b5ce2ac74d4118da83db8f9e5c98755e28d930;hb=948cb92657906b0c6ede9e1f82a56b95521fe0b4;hp=c090c36464e5941b130b65db0951667b00fb5b3c;hpb=d32ff1f486548b1a6123761055c2757c5762904f;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2term/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/e2term/templates/deployment.yaml index c090c364..f3b5ce2a 100644 --- a/ric-platform/50-RIC-Platform/helm/e2term/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2term/templates/deployment.yaml @@ -54,14 +54,14 @@ spec: - name: sctp value: "5577" - name: nano - value: "{{ .Values.e2term.service.nano.port }}" + value: "{{ .Values.e2term.service.rmr.port }}" - name: print value: "{{ .Values.e2term.env.print }}" - name: RMR_RTG_SVC value: "{{ .Values.e2term.env.RMR_RTG_SVC }}" ports: - - name: {{ .Values.e2term.service.nano.name }} - containerPort: {{ .Values.e2term.service.nano.port }} + - name: "rmr" + containerPort: {{ .Values.e2term.service.rmr.containerPort }} stdin: true tty: true securityContext: