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-"
|
roleBindingNamePrefix = "rolebinding-"
|
||||||
clusterRoleBindingNamePrefix = "clusterrolebinding-"
|
clusterRoleBindingNamePrefix = "clusterrolebinding-"
|
||||||
|
|
||||||
updateDeploymentReplicas = 6
|
updateDeploymentReplicas = 2
|
||||||
updateStatefulSetReplicas = 6
|
updateStatefulSetReplicas = 2
|
||||||
updateServicePort = 81
|
updateServicePort = 81
|
||||||
updatePodImage = "nginx:latest"
|
updatePodImage = "nginx:latest"
|
||||||
updateCRnamespace = "e2e-test"
|
updateCRnamespace = "e2e-test"
|
||||||
|
|
Loading…
Reference in New Issue