summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2021-08-05 11:19:10 +0200
committerHåkon Hallingstad <hakon@verizonmedia.com>2021-08-05 11:19:10 +0200
commit1485890ce1c19ccd2d4f4f4b8b4a3e014311efea (patch)
tree23e46e47c18f269a55c9d93eda4c053a3add9fa9 /configdefinitions
parentbf61b5704afadd2b65af9b1756830f0686f64509 (diff)
Guard with orchestrate-missing-proxies flag
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/orchestrator.def9
1 files changed, 1 insertions, 8 deletions
diff --git a/configdefinitions/src/vespa/orchestrator.def b/configdefinitions/src/vespa/orchestrator.def
index 9d524065a55..54a87467bfc 100644
--- a/configdefinitions/src/vespa/orchestrator.def
+++ b/configdefinitions/src/vespa/orchestrator.def
@@ -4,12 +4,5 @@ namespace=vespa.orchestrator.config
# TODO: Change the default to actual latency in real setup.
serviceMonitorConvergenceLatencySeconds int default=0
+# The number of services in the routing/container cluster of hosted-vespa.routing.default.
numProxies int default=0
-
-# Application ID of the form TENANT:NAME:INSTANCE.
-application[].applicationId string
-application[].cluster[].clusterId string
-application[].cluster[].serviceType string
-# The expected number of services in the cluster: If the number of services is less than this count, the missing
-# services must be assumed to be down.
-application[].cluster[].clusterSize int