X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Frtmgr%2Fvalues.yaml;h=1b989b0ce3cc59b799101cde838770f3ef1b581c;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=8300f8d1dd5dbf581235697c507952949fa8ccb2;hpb=033ab424056c2de6bdbc22479e961aeebbaddd37;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/rtmgr/values.yaml b/ric-platform/50-RIC-Platform/helm/rtmgr/values.yaml index 8300f8d1..1b989b0c 100644 --- a/ric-platform/50-RIC-Platform/helm/rtmgr/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/rtmgr/values.yaml @@ -34,16 +34,19 @@ repositoryCred: docker-reg-cred # Uncomment the following line to override the image pull policy #imagePullPolicyOverride: "" - -image: - name: rtmgr - tag: 0.0.2 - -service: - type: ClusterIP - nano: - port: 5656 - target_port: 4560 - protocol: "TCP" - name: "nano-port" - +rtmgr: + image: + name: rtmgr + tag: 0.0.2 + + rpe: rmrpush + sbi: nngpush + sbiurl: 0.0.0.0 + nbi: httpRESTful + nbiurl: http://0.0.0.0:8888 + loglevel: DEBUG + + # Service ports are now defined in + # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file. + # If need to change a service port, make the code change necessary, then + # update the _ports.tpl file with the new port number.