summaryrefslogtreecommitdiffstats
path: root/config-provisioning/src/main/resources/configdefinitions/config.provisioning.node-repository.def
blob: 091f518a683ebfa8c8ec3abd5d5ed2a39e944eae (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.
namespace=config.provisioning

# Default container image to use for nodes.
containerImage string default="registry.example.com:9999/myorg/vespa"

# A replacement container image to use for nodes. This is used to avoid nodes seeing different wanted images in the
# transition to a new default image or registry.
containerImageReplacement string default=""

# Whether to cache data read from ZooKeeper in-memory.
useCuratorClientCache bool default=false

# The number of Node objects to cache in-memory.
nodeCacheSize long default=2000