summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorAndreas Eriksen <andreer@verizonmedia.com>2019-11-15 10:56:46 +0100
committerGitHub <noreply@github.com>2019-11-15 10:56:46 +0100
commit3d55bbd557d8f81664c342c4ce65490c7b8e07de (patch)
tree03148153f1cd95266f38484d08e638bec0f30a6e /flags
parent0b7f1fe7b5532b46d352df70dc905d1eb28775a8 (diff)
parent67e01e3d54eeddf327839a40463d7eaf9b22f73c (diff)
Merge pull request #11300 from vespa-engine/andreer/remove-direct-routing-feature-flags
remove direct routing feature flags
Diffstat (limited to 'flags')
-rw-r--r--flags/src/main/java/com/yahoo/vespa/flags/Flags.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
index 4a91612c4a6..64e7b338f91 100644
--- a/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
+++ b/flags/src/main/java/com/yahoo/vespa/flags/Flags.java
@@ -136,19 +136,6 @@ public class Flags {
"Takes effect on next iteration of HostProvisionMaintainer.",
APPLICATION_ID);
- public static final UnboundBooleanFlag PROVISION_APPLICATION_CERTIFICATE = defineFeatureFlag(
- "provision-application-certificate", false,
- "Provision certificate from CA and include reference in deployment",
- "Takes effect on deployment through controller",
- APPLICATION_ID);
-
- public static final UnboundBooleanFlag DIRECT_ROUTING_USE_HTTPS_4443 = defineFeatureFlag(
- "direct-routing-use-https-4443", false,
- "Decides whether NLB is pointed at container on port 4443 (https) or 4080 (http)",
- "Takes effect at redeployment",
- APPLICATION_ID
- );
-
public static final UnboundDoubleFlag DEFAULT_TERM_WISE_LIMIT = defineDoubleFlag(
"default-term-wise-limit", 1.0,
"Node resource memory in Gb for admin cluster nodes",