X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fdeployment.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fdeployment.yaml;h=e62dfd4a456cb1e89ba366996ff284158fcccc18;hb=948cb92657906b0c6ede9e1f82a56b95521fe0b4;hp=08360458b950d5bc7c19e6016c72942105a8cd0a;hpb=d32ff1f486548b1a6123761055c2757c5762904f;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml index 08360458..e62dfd4a 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml @@ -51,11 +51,13 @@ spec: env: - name: RMR_RTG_SVC value: "{{ .Values.e2mgr.env.RMR_RTG_SVC }}" + - name: RIC_ID + value: "{{ .Values.e2mgr.env.RIC_ID }}" ports: - - name: {{ .Values.e2mgr.service.http.name }} - containerPort: {{ .Values.e2mgr.service.http.port }} - - name: {{ .Values.e2mgr.service.nano.name }} - containerPort: {{ .Values.e2mgr.service.nano.port }} + - name: "http" + containerPort: {{ .Values.e2mgr.service.http.containerPort }} + - name: "rmr" + containerPort: {{ .Values.e2mgr.service.rmr.containerPort }} stdin: true tty: true securityContext: