aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/lb-services.def
blob: 42f1bd639f1677f2a03be7eae7873bca6893a257 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
# Config for load balancer that needs to know about all services for
# all tenants and applications in a config server cluster

namespace=cloud.config

# Active rotation given as flag 'active' for a prod region in deployment.xml
# Default true for now (since code in config-model to set it is not ready yet), should have no default value
tenants{}.applications{}.activeRotation                                 bool default=true

tenants{}.applications{}.endpoints[].dnsName         string
tenants{}.applications{}.endpoints[].clusterId       string
tenants{}.applications{}.endpoints[].scope           enum {application, global, zone}
tenants{}.applications{}.endpoints[].routingMethod   enum {shared, sharedLayer4}
tenants{}.applications{}.endpoints[].weight          int default=1
tenants{}.applications{}.endpoints[].hosts[]         string