Skip to content

Commit

Permalink
Run manager with 2 replicas
Browse files Browse the repository at this point in the history
Signed-off-by: Keiichi Kii <[email protected]>
Signed-off-by: Keiichi Kii <[email protected]>
  • Loading branch information
k-keiichi-rh committed Jan 27, 2024
1 parent 5a47ba5 commit c7df3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ spec:
self-node-remediation-operator: ""
name: self-node-remediation-controller-manager
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
control-plane: controller-manager
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
selector:
matchLabels:
control-plane: controller-manager
replicas: 1
replicas: 2
template:
metadata:
labels:
Expand Down

0 comments on commit c7df3fe

Please sign in to comment.