decrease the number of replicas when updating the number of statefulset replicas
Signed-off-by: changzhen <changzhen5@huawei.com>
This commit is contained in:
parent
eee362c6f6
commit
43933216a1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue