Add nexus-helm submodule for nexus ci job to generate nexus image.
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / dbaas / values.yaml
index edf51f4..58b2feb 100644 (file)
@@ -19,27 +19,12 @@ repository: "nexus3.o-ran-sc.org:10004"
 imagePullPolicy: IfNotPresent
 repositoryCred: docker-reg-cred
 
-
-# Uncomment the following line to override the docker registry
-#repositoryOverride: ""
-
-
-# Uncomment the following line to override the docker registry credential
-#repositoryCredOverride: ""
-
-# Uncomment the following line to override the image pull policy
-#imagePullPolicyOverride: ""
-
-
-
-nameOverride: "redis-standalone"
-
 dbaas:
   backend:
     terminationGracePeriodSeconds: 0
     replicas: 1
     port: 6379
-    targetPort: 6379
+    containerPort: 6379
     image:
-      name: redis-standalone
-      tag: latest
+      name: ric-plt-dbaas
+      tag: latest
\ No newline at end of file