aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/lb-services.def
blob: 5184abfde72d154a6e000bdd3227aada7dd8f39b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2017 Yahoo Holdings. 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
# Send health check requests on port 4081 instead of 4080
tenants{}.applications{}.healthCheckOn4081                      bool default=false

tenants{}.applications{}.hosts{}.hostname                       string default="(unknownhostname)"
tenants{}.applications{}.hosts{}.services{}.type                string default="(noservicetype)"
tenants{}.applications{}.hosts{}.services{}.clustertype         string default="(unknownclustertype)"
tenants{}.applications{}.hosts{}.services{}.clustername         string default="(unknownclustername)"
tenants{}.applications{}.hosts{}.services{}.configId            string
tenants{}.applications{}.hosts{}.services{}.index               int default=0
tenants{}.applications{}.hosts{}.services{}.ports[].number      int default=-1
tenants{}.applications{}.hosts{}.services{}.ports[].tags        string default="(notags)"
tenants{}.applications{}.hosts{}.services{}.servicealiases[]    string
tenants{}.applications{}.hosts{}.services{}.endpointaliases[]   string