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=eff75e0c7e0ff54d63f06a760c1328333a0f9b18;hp=f2509d8b36cd6f00d6d65c615335a32d2ebd3a7f;hpb=f127b33c7ac113cf0544f3685d9ba4b631cc2e00;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 f2509d8b..ed90d34f 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/values.yaml @@ -40,19 +40,16 @@ e2mgr: image: name: e2mgr tag: 1.6.0 - + + privilegedmode: false replicaCount: 1 env: RIC_ID: "bbbccc-abcd0e/20" - service: - http: - port: 3800 - containerPort: 3800 - rmr: - route: - port: 4561 - data: - port: 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.