decrease the number of replicas when updating the number of statefulset replicas

Signed-off-by: changzhen <changzhen5@huawei.com>
This commit is contained in:
changzhen 2022-11-14 21:06:22 +08:00
parent eee362c6f6
commit 43933216a1
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ const (
roleBindingNamePrefix = "rolebinding-"
clusterRoleBindingNamePrefix = "clusterrolebinding-"
updateDeploymentReplicas = 6
updateStatefulSetReplicas = 6
updateDeploymentReplicas = 2
updateStatefulSetReplicas = 2
updateServicePort = 81
updatePodImage = "nginx:latest"
updateCRnamespace = "e2e-test"