X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=helm%2Fdbaas%2Fvalues.yaml;h=4267ebe02f551ebd515706ead2d077f8e6379398;hb=refs%2Fheads%2Fg-release;hp=cf275ae247bf21279348206b40cb8d88e97ed08b;hpb=1a05b9916f22e901785103f6bcd41a7867f1ae03;p=ric-plt%2Fric-dep.git diff --git a/helm/dbaas/values.yaml b/helm/dbaas/values.yaml index cf275ae..4267ebe 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.5.1 + tag: 0.6.1 imagePullPolicy: IfNotPresent enableHighAvailability: false enablePodAntiAffinity: false @@ -29,11 +29,17 @@ dbaas: masterGroupName: dbaasmaster sa_config: ## For /data/conf/redis.conf + # For now DBAAS has no discs, that's why disable AOF and RDB file snapshot saving + appendonly: "no" + save: "" protected-mode: "no" loadmodule: "/usr/local/libexec/redismodule/libredismodule.so" bind: 0.0.0.0 ha_config: ## For /data/conf/redis.conf + # For now DBAAS has no discs, that's why disable AOF and RDB file snapshot saving + appendonly: "no" + save: "" min-slaves-to-write: 1 min-slaves-max-lag: 5 maxmemory: "0" @@ -52,4 +58,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