Make Gateway Leadership variables configurable

This PR provides a mechanism to configure the following
Submariner Gateway leader election values
1. leaseDuration
2. renewDeadline
3. retryPeriod

Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
This commit is contained in:
Sridhar Gaddam
2020-02-13 19:41:26 +05:30
parent f6301aea3a
commit 9041855054
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -24,6 +24,10 @@ ipsec:
debug: false
ikePort: 500
natPort: 4500
leadership:
leaseDuration: 5
renewDeadline: 3
retryPeriod: 2
engine:
image:
repository: rancher/submariner