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=224e62fbef06e873de5b62dc11065f1c74ba9614;hp=a62acc92e701f56695ec6d3389920f0912a3c8de;hpb=033ab424056c2de6bdbc22479e961aeebbaddd37;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 a62acc92..ed90d34f 100644 --- a/ric-platform/50-RIC-Platform/helm/e2mgr/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2mgr/values.yaml @@ -36,27 +36,20 @@ repositoryCred: docker-reg-cred #imagePullPolicyOverride: "" - -image: - name: e2mgr - tag: 1.0.0 - - -replicaCount: 1 - -env: - RMR_RTG_SVC: "ric-full-rtmgr" - -service: - type: NodePort - http: - port: 3800 - target_port: 3800 - protocol: "TCP" - name: "http" - extport: 30004 - nano: - port: 3801 - target_port: 3801 - protocol: "TCP" - name: "nano" +e2mgr: + image: + name: e2mgr + tag: 1.6.0 + + privilegedmode: false + + replicaCount: 1 + + env: + RIC_ID: "bbbccc-abcd0e/20" + + + # 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.