Moving dev back to LF Gerrit
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / submgr / templates / deployment.yaml
index 2c66c7b..ff75994 100644 (file)
@@ -67,3 +67,15 @@ spec:
             - name: rmrdata
               containerPort: {{ include "common.serviceport.submgr.rmr.data" . }}
               protocol: TCP
+          volumeMounts:
+            - name: config-volume
+              mountPath: /cfg
+      volumes:
+        - name: config-volume
+          configMap:
+            name: submgrcfg
+            items:
+              - key: submgrcfg
+                path: submgr-config.yaml
+                mode: 0644
+