Add DANM network support through annotations
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / submgr / templates / deployment.yaml
index bb4808a..2c66c7b 100644 (file)
@@ -38,6 +38,10 @@ spec:
       release: {{ .Release.Name }}
   template:
     metadata:
+      {{- if .Values.submgr.annotations }}
+      annotations:
+        {{- .Values.submgr.annotations | nindent 8 -}}
+      {{ end }}
       labels:
         app: {{ include "common.namespace.platform" . }}-{{ include "common.name.submgr" . }}
         release: {{ .Release.Name }}
@@ -62,4 +66,4 @@ spec:
               protocol: TCP
             - name: rmrdata
               containerPort: {{ include "common.serviceport.submgr.rmr.data" . }}
-              protocol: TCP
\ No newline at end of file
+              protocol: TCP