From 53a89877ba0305ca60d6d2af0ecb30082900e1f2 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Thu, 28 Mar 2019 11:12:01 +0100 Subject: Add 'upstream-https' to lb-services.def --- configdefinitions/src/vespa/lb-services.def | 1 + 1 file changed, 1 insertion(+) 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)" -- cgit v1.2.3