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=d32f7184073f5bac54b9727d93c93fd9f1c1d9ee;hb=a30d15c7adf2ba01f832267dd70a2c9fe18ced09;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..d32f7184 100644 --- a/ric-platform/50-RIC-Platform/helm/rtmgr/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/rtmgr/values.yaml @@ -34,16 +34,18 @@ 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 + + # 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.