aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-15 13:37:19 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-01-15 13:37:19 +0100
commit2834e4bc3a4a2a86546db4c45e1af1e50ef14287 (patch)
treeb3801f12773519877e2428094e094b4bc7395f02 /configdefinitions
parenta6df129da95d0271d83689467fa3da77dad360d8 (diff)
Introduce feature flag and LB config to use port 4443 upstream
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/lb-services.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/configdefinitions/src/vespa/lb-services.def b/configdefinitions/src/vespa/lb-services.def
index 33c568061fe..8d5e7015947 100644
--- a/configdefinitions/src/vespa/lb-services.def
+++ b/configdefinitions/src/vespa/lb-services.def
@@ -7,6 +7,7 @@ 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{}.use4443Upstream bool default=false
tenants{}.applications{}.hosts{}.hostname string default="(unknownhostname)"
tenants{}.applications{}.hosts{}.services{}.type string default="(noservicetype)"