summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/vip-status.def
blob: abed5194b10fab4087ee75f582e57d048518199f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
version=1
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 paht is relative vespa home is prepended
statusfile string default="share/qrsdocs/status.html"