summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-10-10 10:48:37 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-10-10 10:48:37 +0200
commit56b79403a51344c1683b5baa1ed04f4a2d03209c (patch)
tree0f5bd04c9c8114aaee2956dcb34a2b6e5e2800be /configdefinitions
parent607c054896d7034175ee2958ebabbfe79038c5a3 (diff)
Remove unused feature flags
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/lb-services.def3
1 files changed, 0 insertions, 3 deletions
diff --git a/configdefinitions/src/vespa/lb-services.def b/configdefinitions/src/vespa/lb-services.def
index b1bd5fbac33..33c568061fe 100644
--- a/configdefinitions/src/vespa/lb-services.def
+++ b/configdefinitions/src/vespa/lb-services.def
@@ -7,9 +7,6 @@ namespace=cloud.config
# Active rotation given as flag 'active' for a prod region in deployment.xml
# Default true for now (since code in config-model to set it is not ready yet), should have no default value
tenants{}.applications{}.activeRotation bool default=true
-# Send health check requests on port 4081 instead of 4080
-tenants{}.applications{}.healthCheckOn4081 bool default=false
-tenants{}.applications{}.nginxUpstreamKeepaliveMultiplier int default=2
tenants{}.applications{}.hosts{}.hostname string default="(unknownhostname)"
tenants{}.applications{}.hosts{}.services{}.type string default="(noservicetype)"