Update a1 helm chart from r2 to amber/r3
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / a1mediator / values.yaml
index 7893d3c..72298b5 100644 (file)
@@ -29,21 +29,15 @@ a1mediator:
 
   image:
     name: ric-plt-a1
-    tag: 0.8.3
-
-  service:
-    http:
-      port: 10000
-      containerPort: 10000
-    rmr:
-      route:
-        port: 4561
-      data:
-        port: 4562
+    tag: 2.0.0
 
+  # 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.
 
 # these are ENV variables that A1 takes; see docs
   rmr_timeout_config:
-    rcv_retry_interval_ms: 500
-    rcv_retry_times: 20
-
+    a1_rcv_retry_times: 20
+    ins_del_no_resp_ttl: 5
+    ins_del_resp_ttl: 10