X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2term%2Ftemplates%2Fdeployment.yaml;h=6c6d71d4e2c77f983eccee7cd37888ad04a52039;hb=3aac30b15cf0c89b543b4ad0ad7fc9a5a67c873a;hp=993fd52d69a0379413eb8e6a32647e7f93b842d9;hpb=3803859c341dc62bdcd79ba94be585592a94672b;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 993fd52d..6c6d71d4 100644 --- a/ric-platform/50-RIC-Platform/helm/e2term/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2term/templates/deployment.yaml @@ -55,9 +55,9 @@ spec: name: {{ include "common.configmapname.e2term" . }}-env ports: - name: "rmrroute" - containerPort: {{ .Values.e2term.service.rmr.route.port }} + containerPort: {{ include "common.serviceport.e2term.rmr.route" . }} - name: "rmrdata" - containerPort: {{ .Values.e2term.service.rmr.data.port }} + containerPort: {{ include "common.serviceport.e2term.rmr.data" . }} stdin: true tty: true securityContext: