aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/onap/resources
diff options
context:
space:
mode:
authorJozsef Csongvai <jozsef.csongvai@bell.ca>2022-03-04 15:58:31 -0500
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2022-03-18 16:11:27 +0000
commitcabbb6f88df4e74f599920ebe2e7b0ae9f6ee2c8 (patch)
treebdde2c4a96a77f39d3e18b7742c19afab4615912 /kubernetes/onap/resources
parentdb93f8696ea251334f2b2a389843cec82a130e75 (diff)
[COMMON][MARIADB] Fix backup job
The backup job stopped working after upgrade to bitnami images. Mariabackup was not designed to work remotely, it is supposed to run on the database server. Because of this we need to mount the data pvc into the backup job pod. It will however connect to the database daemon using a hostname, so we need to connect to the first replica in the cluster. Also had to set readOnlyRootFilesystem=false and add emptyDir volumes to solve various permission issues. Issue-ID: OOM-2932 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I776903f9ec541f8dc5818b2ba4c1292226ec2bc6
Diffstat (limited to 'kubernetes/onap/resources')
0 files changed, 0 insertions, 0 deletions