summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-03-28 11:12:01 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-03-28 11:43:31 +0100
commit53a89877ba0305ca60d6d2af0ecb30082900e1f2 (patch)
tree66de9e57a5ed0f68550b5982e84850de7fdebff5 /configdefinitions
parent949d1664e62bf29cb67193274a88991b0157b070 (diff)
Add 'upstream-https' to lb-services.def
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..189b39461ec 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{}.upstreamHttps bool default=false
tenants{}.applications{}.hosts{}.hostname string default="(unknownhostname)"
tenants{}.applications{}.hosts{}.services{}.type string default="(noservicetype)"