Add enable/disable connectionHealthCheck

Signed-off-by: Victor  Godoy Hernández <vigohe@gmail.com>
This commit is contained in:
Victor Godoy Hernández
2021-10-25 09:12:47 -04:00
committed by Thomas Pantelis
parent 756daf344e
commit 916f255461
3 changed files with 8 additions and 0 deletions
+6
View File
@@ -136,3 +136,9 @@ questions:
group: "Advanced Configuration"
description: "Cable driver implementation"
label: "Cable Driver"
- variable: submariner.healthcheckEnabled
type: boolean
default: true
group: "Advanced Configuration"
description: "Disable Healtcheck, if your CNI does not expose a pod IP on the nodes"
label: "Healthcheck Disabled"
@@ -25,3 +25,4 @@ spec:
globalCIDR: "{{ .Values.submariner.globalCidr }}"
serviceDiscoveryEnabled: {{ .Values.submariner.serviceDiscovery }}
cableDriver: {{ .Values.submariner.cableDriver }}
connectionHealthCheck: {{ .Values.submariner.healthcheckEnabled }}
+1
View File
@@ -10,6 +10,7 @@ submariner:
debug: false
serviceDiscovery: true
cableDriver: "libreswan"
healthcheckEnabled: true
images:
repository: quay.io/submariner
tag: "0.10.1"