summaryrefslogtreecommitdiffstats
path: root/configdefinitions/src
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions/src')
-rw-r--r--configdefinitions/src/vespa/orchestrator.def10
1 files changed, 10 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/orchestrator.def b/configdefinitions/src/vespa/orchestrator.def
index ab52c777398..9d524065a55 100644
--- a/configdefinitions/src/vespa/orchestrator.def
+++ b/configdefinitions/src/vespa/orchestrator.def
@@ -3,3 +3,13 @@ namespace=vespa.orchestrator.config
# TODO: Change the default to actual latency in real setup.
serviceMonitorConvergenceLatencySeconds int default=0
+
+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