Fix DBAAS write error 47/8447/1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Fri, 27 May 2022 17:38:13 +0000 (20:38 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Fri, 27 May 2022 17:38:13 +0000 (20:38 +0300)
commit0ea0c043695d5fd3d9453fcb74c2de12d3603123
treee53e2fc37b35f495d8783904015793c37d6e56ce
parenta80d0002bdccfd9c5b8dd4fbcc553d9c6a957779
Fix DBAAS write error

In Redis 6 backup of DB key-values to RDB file was enabled by default.
In Redis version 5 RDB file backup was disabled.
In RIC we do not have discs attached to DBAAS pods, hence we shouldn't
never try to write RDB backup file as an background operation in Redis
server. So, as a fix disable 'save' and 'append-only-file' features in
Redis by adding below configurations to redis.conf file:
 * save ""
 * appendonly "no"

Issue-Id: RIC-698

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I258226ef00f10c00cccd471fd3e088779443fadb
helm/dbaas/values.yaml