X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=manifests%2Frtmgr%2Frtmgr-dep.yaml;h=2e568ce25d772cc65ce3c70778ce15df5815831c;hb=7057437c8c2b93a6d4a2dd29c5ef86edee60af3c;hp=fc1ae3a34f94dc7110301e3814ee28a7735d5f47;hpb=e90dddabfdb89ff8cd7ed52dba4849efd2d8edf9;p=ric-plt%2Frtmgr.git diff --git a/manifests/rtmgr/rtmgr-dep.yaml b/manifests/rtmgr/rtmgr-dep.yaml index fc1ae3a..2e568ce 100644 --- a/manifests/rtmgr/rtmgr-dep.yaml +++ b/manifests/rtmgr/rtmgr-dep.yaml @@ -14,6 +14,11 @@ # 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,33 @@ 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://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 + - 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" + ports: + - containerPort: 8888 + - containerPort: 4560 + volumeMounts: + - mountPath: /cfg + name: rtmgrcfg + readOnly: true volumes: - name: rtmgrcfg configMap: