X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Frtmgr%2Ftemplates%2Fdeployment.yaml;h=ee0878e5313fef8ffcda89b83401bb7cea8f695e;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=2cffaa901f22515e6f91f1e4d3fb9c58e0a9d21d;hpb=3be243af8254463c1716cf3f05d5806f17e370d7;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/deployment.yaml b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/deployment.yaml index 2cffaa90..ee0878e5 100644 --- a/ric-platform/50-RIC-Platform/helm/rtmgr/templates/deployment.yaml +++ b/ric-platform/50-RIC-Platform/helm/rtmgr/templates/deployment.yaml @@ -33,6 +33,10 @@ spec: release: {{ .Release.Name }} template: metadata: + {{- if .Values.rtmgr.annotations }} + annotations: + {{- .Values.rtmgr.annotations | nindent 8 -}} + {{ end }} labels: app: {{ include "common.namespace.platform" . }}-{{ include "common.name.rtmgr" . }} release: {{ .Release.Name }} @@ -55,6 +59,8 @@ spec: name: rtmgrcfg readOnly: true ports: + - name: "http" + containerPort: {{ include "common.serviceport.rtmgr.http" . }} - name: "rmrroute" containerPort: {{ include "common.serviceport.rtmgr.rmr.route" . }} - name: "rmrdata"