aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/orchestrator.def
blob: 459e85022368b88aeefe933317a14fc29d656e8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
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

# 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