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;h=c10fa6b701b14544f86559b784ceac8338e83799;hb=b40448785de1a21c690a4a8c86c9956391dc2b65;hp=330f12361b2fe0f25b3f2c68db5f56c9027e8e4b;hpb=3803859c341dc62bdcd79ba94be585592a94672b;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 330f1236..c10fa6b7 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/templates/deployment.yaml @@ -33,6 +33,10 @@ spec: release: {{ .Release.Name }} template: metadata: + {{- if .Values.e2mgr.annotations }} + annotations: + {{- .Values.e2mgr.annotations | nindent 8 -}} + {{ end }} labels: app: {{ include "common.namespace.platform" . }}-{{ include "common.name.e2mgr" . }} release: {{ .Release.Name }} @@ -53,11 +57,11 @@ spec: name: {{ include "common.configmapname.e2mgr" . }}-env ports: - name: "http" - containerPort: {{ .Values.e2mgr.service.http.containerPort }} + containerPort: {{ include "common.serviceport.e2mgr.http" . }} - name: "rmrroute" - containerPort: {{ .Values.e2mgr.service.rmr.route.port }} + containerPort: {{ include "common.serviceport.e2mgr.rmr.route" . }} - name: "rmrdata" - containerPort: {{ .Values.e2mgr.service.rmr.data.port }} + containerPort: {{ include "common.serviceport.e2mgr.rmr.data" . }} stdin: true tty: true securityContext: