Add one-click deployment scripts and override file examples.
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / dbaas / values.yaml
index 5948167..edf51f4 100644 (file)
@@ -34,11 +34,12 @@ repositoryCred: docker-reg-cred
 
 nameOverride: "redis-standalone"
 
-backend:
-  terminationGracePeriodSeconds: 0
-  replicas: 1
-  port: 6379
-  targetPort: 6379
-  image:
-    name: redis-standalone
-    tag: latest
+dbaas:
+  backend:
+    terminationGracePeriodSeconds: 0
+    replicas: 1
+    port: 6379
+    targetPort: 6379
+    image:
+      name: redis-standalone
+      tag: latest