Update a1 container.
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / a1mediator / values.yaml
index 7893d3c..9bebd45 100644 (file)
@@ -29,21 +29,14 @@ a1mediator:
 
   image:
     name: ric-plt-a1
-    tag: 0.8.3
-
-  service:
-    http:
-      port: 10000
-      containerPort: 10000
-    rmr:
-      route:
-        port: 4561
-      data:
-        port: 4562
+    tag: 0.10.2
 
+  # 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
-