helm related changes to support dynamic logging
[ric-plt/ric-dep.git] / helm / e2mgr / values.yaml
index 7de686c..af17e1d 100644 (file)
@@ -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.