X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fdbaas%2Fvalues.yaml;h=31e63699bfedcb44a74a646350e997fc6615a0ef;hb=f8602f197796ced7269c02702a662b5e848e3871;hp=c81ef98bb11eaefdec80073272a53e3bffdde532;hpb=f882a9b97ac9dec5dfc2468f3150911e296132dc;p=ric-plt%2Fric-dep.git diff --git a/helm/dbaas/values.yaml b/helm/dbaas/values.yaml index c81ef98..31e6369 100644 --- a/helm/dbaas/values.yaml +++ b/helm/dbaas/values.yaml @@ -19,7 +19,7 @@ dbaas: image: registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" name: ric-plt-dbaas - tag: 0.2.2 + tag: 0.6.1 imagePullPolicy: IfNotPresent enableHighAvailability: false enablePodAntiAffinity: false @@ -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 @@ -48,4 +52,10 @@ dbaas: saReplicas: 1 haReplicas: 3 + #Timeout command below requires -t flag if installed DBAAS image is older than + #0.5.0. Reason is that DBAAS image version 0.5.0 and newer ones are based on + #newer Alpine 3.11 OS version and in this Alpine version timeout command + #doesn't have -t flag anymore. + probeTimeoutCommand: "timeout" + #probeTimeoutCommand: "timeout -t" probeTimeout: 10