Add new RMR routes for e2term and e2mgr
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / dbaas / values.yaml
index 58b2feb..2f1de68 100644 (file)
@@ -23,8 +23,11 @@ dbaas:
   backend:
     terminationGracePeriodSeconds: 0
     replicas: 1
-    port: 6379
-    containerPort: 6379
     image:
       name: ric-plt-dbaas
-      tag: latest
\ No newline at end of file
+      tag: 0.1.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.
\ No newline at end of file