aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/vip-status.def
blob: 1e364419ab880ba9fd0af29b5682a8028745a18b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=container.core

## If there is a Vespa search backend connected to this container, and that
## backend is out of service, automatically remove this container from VIP
## rotation, ignoring any status file.
noSearchBackendsImpliesOutOfService bool default=true

## Whether to return hard-coded reply or serve "status.html" from disk
accessdisk bool default=false

## The file to serve as the status file.
## If the path is relative vespa home is prepended
statusfile string default="share/qrsdocs/status.html"

## The initial rotation state when no information is known about backend clusters
initiallyInRotation bool default=true