File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ metadata:
5
5
name : {{ .DeploymentReplication.OperatorDeploymentName }}
6
6
namespace : {{ .DeploymentReplication.Operator.Namespace }}
7
7
spec :
8
- replicas : 1
8
+ replicas : 2
9
9
strategy :
10
10
type : Recreate
11
11
template :
50
50
scheme : HTTPS
51
51
initialDelaySeconds : 5
52
52
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:
5
5
name : {{ .Deployment.OperatorDeploymentName }}
6
6
namespace : {{ .Deployment.Operator.Namespace }}
7
7
spec :
8
- replicas : 1
8
+ replicas : 2
9
9
strategy :
10
10
type : Recreate
11
11
template :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ metadata:
13
13
name : {{ .Storage.OperatorDeploymentName }}
14
14
namespace : {{ .Storage.Operator.Namespace }}
15
15
spec :
16
- replicas : 1
16
+ replicas : 2
17
17
strategy :
18
18
type : Recreate
19
19
template :
You can’t perform that action at this time.
0 commit comments