mirror of
https://github.com/bitnami/charts.git
synced 2026-03-18 15:27:16 +08:00
[bitnami/redis] Fix data loss when executing failover (#13021)
* [bitnami/redis] Fix data loss when executing failover Signed-off-by: Jota Martos <jotamartos@vmware.com> * [bitnami/redis] Add comment to provide more information regarding the actions that will be executed Signed-off-by: Jota Martos <jotamartos@vmware.com> * Update comments in the script Signed-off-by: jota <jota@bitnami.com> * Run failover command in the redis server to decrease the service interruption time Signed-off-by: jotamartos <jotamartos@vmware.com> * Do not run the client pause command if failover is run Signed-off-by: jotamartos <jotamartos@vmware.com> * Use one single node to avoid issues with the resilience-tests Signed-off-by: jotamartos <jotamartos@vmware.com> Signed-off-by: Jota Martos <jotamartos@vmware.com> Signed-off-by: jota <jota@bitnami.com> Signed-off-by: jotamartos <jotamartos@vmware.com>
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
"target_platform": {
|
||||
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
|
||||
"size": {
|
||||
"name": "S4"
|
||||
"name": "S4",
|
||||
"worker_nodes_instance_count": "1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -26,7 +26,8 @@
|
||||
"target_platform": {
|
||||
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
|
||||
"size": {
|
||||
"name": "S4"
|
||||
"name": "S4",
|
||||
"worker_nodes_instance_count": "1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user