X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fdbaas%2Fvalues.yaml;h=4267ebe02f551ebd515706ead2d077f8e6379398;hb=refs%2Fchanges%2F60%2F12160%2F2;hp=d218f1eca16d9821e9bd93fa96aefaf9e2ddbbb2;hpb=0c1c3b4e2a84f41afb73fbfaef3a1025d6c87fc8;p=ric-plt%2Fric-dep.git diff --git a/helm/dbaas/values.yaml b/helm/dbaas/values.yaml index d218f1e..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.5 + 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"