X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2mgr%2Fvalues.yaml;h=ed90d34f9416bbbf34d91dd02a4145aecf0ba2b9;hb=01adf4c86818ed16f46d8c0f9e9c691792bb233a;hp=9a84755f1a7fe76961854886f1e702978204370d;hpb=cca6ad5be1ba8679874c24a5b1c628055cd1eac8;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2mgr/values.yaml b/ric-platform/50-RIC-Platform/helm/e2mgr/values.yaml index 9a84755f..ed90d34f 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/values.yaml @@ -40,18 +40,16 @@ e2mgr: image: name: e2mgr tag: 1.6.0 - + + privilegedmode: false replicaCount: 1 env: - RMR_RTG_SVC: "ric-full-rtmgr" RIC_ID: "bbbccc-abcd0e/20" - service: - http: - port: 3800 - containerPort: 3800 - rmr: - port: 3801 - containerPort: 3801 + + # 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.