This patch introduces a new structure of the it/dep repo.
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / dbaas / values.yaml
similarity index 69%
rename from ricplt/preric/values.yaml
rename to ric-platform/50-RIC-Platform/helm/dbaas/values.yaml
index f5b7762..5948167 100644 (file)
 #   limitations under the License.                                             #
 ################################################################################
 
-# Values for setting up Kubernetes resources for accessing infrastructure such as docker registry
-# helm repo, etc.
+repository: "nexus3.o-ran-sc.org:10004"
+imagePullPolicy: IfNotPresent
+repositoryCred: docker-reg-cred
 
 
-global:
-  repository: "${__RUNRICENV_DOCKER_HOST__}:${__RUNRICENV_DOCKER_PORT__}"
-  repositoryCred:
-    user: "${__RUNRICENV_DOCKER_USER__}"
-    password: "${__RUNRICENV_DOCKER_PASS__}"
+# Uncomment the following line to override the docker registry
+#repositoryOverride: ""
 
 
-  helmrepo: "https://${__RUNRICENV_HELMREPO_HOST__}:${__RUNRICENV_HELMREPO_PORT__}"
-  helmrepoCred:
-    user: "${__RUNRICENV_HELMREPO_USER__}"
-    password: "${__RUNRICENV_HELMREPO_PASS__}"
-  helmrepoCert:
-    
+# 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"
+
+backend:
+  terminationGracePeriodSeconds: 0
+  replicas: 1
+  port: 6379
+  targetPort: 6379
+  image:
+    name: redis-standalone
+    tag: latest