From 2834e4bc3a4a2a86546db4c45e1af1e50ef14287 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Wed, 15 Jan 2020 13:37:19 +0100 Subject: Introduce feature flag and LB config to use port 4443 upstream --- configdefinitions/src/vespa/lb-services.def | 1 + 1 file changed, 1 insertion(+) (limited to 'configdefinitions') 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)" -- cgit v1.2.3