summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2023-07-31 15:28:17 +0200
committerHåkon Hallingstad <hakon@yahooinc.com>2023-07-31 15:28:17 +0200
commitf849e0010a6d5fe873990ca223472dc3947ffb83 (patch)
treebd5b23fc4f38550c86a078023dc144da8316f37b /configdefinitions
parent5afe0b9399cbadf334b26157d1a6d10bf02a73d8 (diff)
Add numProxiesAllowedDown fields to orchestrator def
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/orchestrator.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/orchestrator.def b/configdefinitions/src/vespa/orchestrator.def
index cba221e445f..459e8502236 100644
--- a/configdefinitions/src/vespa/orchestrator.def
+++ b/configdefinitions/src/vespa/orchestrator.def
@@ -6,3 +6,11 @@ serviceMonitorConvergenceLatencySeconds int default=0
# The number of services in the routing/container cluster of hosted-vespa.routing.default.
numProxies int default=0
+
+# The number of of the services that are allowed to be down for the routing container cluster
+# in the hosted-vespa.routing.default infrastructure application.
+numProxiesAllowedDown int default=1
+
+# See numProxiesAllowedDown for background. Allow up to this ratio of services to be down,
+# unless already allowed by numProxiesAllowedDown.
+numProxiesAllowedDownRatio double default=0.1