Fix the bug of failure to write due to not sufficient good replicas in SA DBAAS
[ric-plt/ric-dep.git] / helm / dbaas / values.yaml
index c81ef98..7a5d1ae 100644 (file)
@@ -27,7 +27,12 @@ dbaas:
 
   redis:
     masterGroupName: dbaasmaster
-    config:
+    sa_config:
+      ## For /data/conf/redis.conf
+      protected-mode: "no"
+      loadmodule: "/usr/local/libexec/redismodule/libredismodule.so"
+      bind: 0.0.0.0
+    ha_config:
       ## For /data/conf/redis.conf
       min-slaves-to-write: 1
       min-slaves-max-lag: 5
@@ -35,7 +40,6 @@ dbaas:
       maxmemory-policy: "volatile-lru"
       protected-mode: "no"
       loadmodule: "/usr/local/libexec/redismodule/libredismodule.so"
-      bind: 0.0.0.0
 
   sentinel:
     quorum: 2