File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : {{ .DeploymentReplication.OperatorDeploymentName }}
66 namespace : {{ .DeploymentReplication.Operator.Namespace }}
77spec :
8- replicas : 1
8+ replicas : 2
99 strategy :
1010 type : Recreate
1111 template :
5050 scheme : HTTPS
5151 initialDelaySeconds : 5
5252 periodSeconds : 10
53+ tolerations :
54+ - key : " node.kubernetes.io/unreachable"
55+ operator : " Exists"
56+ effect : " NoExecute"
57+ tolerationSeconds : 5
58+ - key : " node.kubernetes.io/not-ready"
59+ operator : " Exists"
60+ effect : " NoExecute"
61+ tolerationSeconds : 5
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
55 name : {{ .Deployment.OperatorDeploymentName }}
66 namespace : {{ .Deployment.Operator.Namespace }}
77spec :
8- replicas : 1
8+ replicas : 2
99 strategy :
1010 type : Recreate
1111 template :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ metadata:
1313 name : {{ .Storage.OperatorDeploymentName }}
1414 namespace : {{ .Storage.Operator.Namespace }}
1515spec :
16- replicas : 1
16+ replicas : 2
1717 strategy :
1818 type : Recreate
1919 template :
You can’t perform that action at this time.
0 commit comments