aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-09-23 16:29:32 +0200
committerGitHub <noreply@github.com>2019-09-23 16:29:32 +0200
commit73d53d91ae91ca0ae10fcefdafb037582e1898d2 (patch)
tree4f3afcb28b5e6ab3ca87954c46dcf610ffd01e69 /configdefinitions
parent463bb2a8400f0fd9370f155454c385eb98be2acb (diff)
parent54ce791b5e9b8e57575c051e72bbf7bc8d830da6 (diff)
Merge pull request #10774 from vespa-engine/bjorncs/feature-flag-health-check
Add feature flag to control port for load balancer health checks
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/lb-services.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/lb-services.def b/configdefinitions/src/vespa/lb-services.def
index ebd9aa1b0d4..2daa371db8f 100644
--- a/configdefinitions/src/vespa/lb-services.def
+++ b/configdefinitions/src/vespa/lb-services.def
@@ -9,6 +9,8 @@ namespace=cloud.config
tenants{}.applications{}.activeRotation bool default=true
# Scale upstream connection cache with number of upstream servers
tenants{}.applications{}.dynamicUpstreamConnectionCache bool default=false
+# Send health check requests on port 4081 instead of 4080
+tenants{}.applications{}.healthCheckOn4081 bool default=false
tenants{}.applications{}.hosts{}.hostname string default="(unknownhostname)"
tenants{}.applications{}.hosts{}.services{}.type string default="(noservicetype)"