mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 22:40:34 +00:00
Add enable/disable connectionHealthCheck
Signed-off-by: Victor Godoy Hernández <vigohe@gmail.com>
This commit is contained in:
committed by
Thomas Pantelis
parent
4cf74cfc3b
commit
7d8bf6a3ac
@@ -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 }}
|
||||
|
||||
@@ -10,6 +10,7 @@ submariner:
|
||||
debug: false
|
||||
serviceDiscovery: true
|
||||
cableDriver: "libreswan"
|
||||
healthcheckEnabled: true
|
||||
images:
|
||||
repository: quay.io/submariner
|
||||
tag: "0.10.1"
|
||||
|
||||
Reference in New Issue
Block a user