mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 21:30:35 +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
756daf344e
commit
916f255461
@@ -136,3 +136,9 @@ questions:
|
|||||||
group: "Advanced Configuration"
|
group: "Advanced Configuration"
|
||||||
description: "Cable driver implementation"
|
description: "Cable driver implementation"
|
||||||
label: "Cable Driver"
|
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 }}"
|
globalCIDR: "{{ .Values.submariner.globalCidr }}"
|
||||||
serviceDiscoveryEnabled: {{ .Values.submariner.serviceDiscovery }}
|
serviceDiscoveryEnabled: {{ .Values.submariner.serviceDiscovery }}
|
||||||
cableDriver: {{ .Values.submariner.cableDriver }}
|
cableDriver: {{ .Values.submariner.cableDriver }}
|
||||||
|
connectionHealthCheck: {{ .Values.submariner.healthcheckEnabled }}
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ submariner:
|
|||||||
debug: false
|
debug: false
|
||||||
serviceDiscovery: true
|
serviceDiscovery: true
|
||||||
cableDriver: "libreswan"
|
cableDriver: "libreswan"
|
||||||
|
healthcheckEnabled: true
|
||||||
images:
|
images:
|
||||||
repository: quay.io/submariner
|
repository: quay.io/submariner
|
||||||
tag: "0.10.1"
|
tag: "0.10.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user