Adding scope of RICPlatform that are under Apache License
[ric-plt/rtmgr.git] / manifests / rtmgr / rtmgr-dep.yaml
index 7dc475e..1c013d9 100644 (file)
 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
+#
+#   
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
 #==================================================================================
 #
 #
@@ -35,35 +40,35 @@ spec:
         app: rtmgr
     spec:
       containers:
-      - name: rtmgr
-        image: cmaster:5000/rtmgr:latest
-        command: ["/run_rtmgr.sh"]
-        env:
-        - name: XMURL
-          value: "http://appmgr-service:8080/ric/v1/xapps"
-        - name: RTFILE
-          value: "/db/rt.json"
-        - name: RPE
-          value: "rmrpush"
-        - name: SBI
-          value: "nngpush"
-        - name: SBIURL
-          value: "0.0.0.0"
-        - name: NBI
-          value: "httpRESTful"
-        - name: NBIURL
-          value: "http://0.0.0.0:8888"
-        - name: CFGFILE
-          value: "/cfg/rtmgr-config.json"
-        - name: LOGLEVEL
-          value: "DEBUG"
-        ports:
-        - containerPort: 8888
-        - containerPort: 4560
-        volumeMounts:
-          - mountPath: /cfg
-            name: rtmgrcfg
-            readOnly: true
+        - name: rtmgr
+          image: cmaster:5000/rtmgr:latest
+          command: ["/run_rtmgr.sh"]
+          env:
+            - name: XMURL
+              value: "http://appmgr-service:8080/ric/v1/xapps"
+            - name: RTFILE
+              value: "/db/rt.json"
+            - name: RPE
+              value: "rmrpush"
+            - name: SBI
+              value: "nngpush"
+            - name: SBIURL
+              value: "0.0.0.0"
+            - name: NBI
+              value: "httpRESTful"
+            - name: NBIURL
+              value: "http://rtmgr:8888"
+            - name: CFGFILE
+              value: "/cfg/rtmgr-config.json"
+            - name: LOGLEVEL
+              value: "DEBUG"
+          ports:
+            - containerPort: 8888
+            - containerPort: 4560
+          volumeMounts:
+            - mountPath: /cfg
+              name: rtmgrcfg
+              readOnly: true
       volumes:
         - name: rtmgrcfg
           configMap: