X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fdbaas%2Fvalues.yaml;h=7a5d1ae820c80d89156aa3917fb836bbc699793e;hb=2198b0c7d5080b4117f3e04fad8f81e93f820732;hp=c81ef98bb11eaefdec80073272a53e3bffdde532;hpb=f882a9b97ac9dec5dfc2468f3150911e296132dc;p=ric-plt%2Fric-dep.git diff --git a/helm/dbaas/values.yaml b/helm/dbaas/values.yaml index c81ef98..7a5d1ae 100644 --- a/helm/dbaas/values.yaml +++ b/helm/dbaas/values.yaml @@ -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