X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2mgr%2Fvalues.yaml;h=af17e1d0dc634b89bb29b78ec69fd3f391e1e5b7;hb=2a405b567ac69e725fff4a766778f398206eba35;hp=7de686cdfee39fcc45c176b998958211164502cd;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/e2mgr/values.yaml b/helm/e2mgr/values.yaml index 7de686c..af17e1d 100644 --- a/helm/e2mgr/values.yaml +++ b/helm/e2mgr/values.yaml @@ -26,14 +26,30 @@ e2mgr: name: ric-plt-e2mgr tag: 3.0.1 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" - + privilegedmode: false replicaCount: 1 - env: - RIC_ID: "bbbccc-abcd0e/20" + globalRicId: + plmnId: 131014 + ricNearRtId: 556670 + + liveness: + api: v1/health + initialDelaySeconds: 3 + periodSeconds: 10 + enabled: true + + readiness: + api: v1/health + initialDelaySeconds: 3 + periodSeconds: 10 + enabled: true + common_env_variables: + ServiceName: "RIC_E2_MGR" + ConfigMapName: "/etc/config/log-level.yaml" # Service ports are now defined in # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file.