aboutsummaryrefslogtreecommitdiffstats
path: root/config-provisioning/src/main/resources/configdefinitions/config.provisioning.node-repository.def
blob: f58dbd03b326193e2b1294e358978bea4a8bc9ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright Vespa.ai. 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"

# Default container image to use for tenant nodes. If this is unset (empty), it defaults to containerImage.
tenantContainerImage string default=""

# Default container image to use for tenant nodes with GPU resources. If this is unset (empty), starting nodes with GPUs will fail
tenantGpuContainerImage 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=3000