mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-22 07:20:35 +00:00
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:
@@ -24,6 +24,10 @@ ipsec:
|
||||
debug: false
|
||||
ikePort: 500
|
||||
natPort: 4500
|
||||
leadership:
|
||||
leaseDuration: 5
|
||||
renewDeadline: 3
|
||||
retryPeriod: 2
|
||||
engine:
|
||||
image:
|
||||
repository: rancher/submariner
|
||||
|
||||
Reference in New Issue
Block a user