Skip to content

Commit

Permalink
Merge pull request #110 from nixpanic/ds/leader-election
Browse files Browse the repository at this point in the history
[DOWNSTREAM-ONLY] deploy: use OpenShift recommended parameters for leader election
  • Loading branch information
openshift-merge-bot[bot] authored Jan 16, 2024
2 parents dc8263c + d236c5a commit 571cd1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ spec:
- /csi-addons-manager
args:
- --leader-elect
- --leader-election-lease-duration=137s
- --leader-election-renew-deadline=107s
- --leader-election-retry-period=26s
image: controller:latest
name: manager
env:
Expand Down

0 comments on commit 571cd1e

Please sign in to comment.