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

## 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"

## Whether this container should be in rotation by default on startup
initiallyInRotation bool default=true