X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Ftemplates%2Fdeployment.yaml;h=e62dfd4a456cb1e89ba366996ff284158fcccc18;hb=24911bfc0c117c7395fb735676689a256f87dcd3;hp=f5726a3e35257194aeb50e098763073939886d86;hpb=7f1e409379856025977fc8a6ea04ddb215f21a13;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 f5726a3e..e62dfd4a 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml @@ -18,7 +18,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: {{ include "e2mgr.fullname" .}} + name: {{ include "common.deploymentname.e2mgr" .}} namespace: {{ include "common.namespace" . }} labels: app: {{ include "common.namespace" . }}-{{ include "common.name" . }} @@ -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: @@ -63,4 +65,4 @@ spec: volumes: - name: local-router-file configMap: - name: {{ include "e2mgr.fullname" . }}-router-configmap + name: {{ include "common.configmapname.e2mgr" . }}-router-configmap