From cca722ce6b6b9660dd4ec4191a610a8004cffb14 Mon Sep 17 00:00:00 2001 From: pasant9 Date: Wed, 20 Nov 2024 15:43:52 +0530 Subject: [PATCH] Remove unused parameters --- advanced/am-pattern-3/README.md | 2 -- advanced/am-pattern-4/README.md | 2 -- simple/am-single/README.md | 2 -- 3 files changed, 6 deletions(-) diff --git a/advanced/am-pattern-3/README.md b/advanced/am-pattern-3/README.md index 46bf3c62..8853c4ee 100644 --- a/advanced/am-pattern-3/README.md +++ b/advanced/am-pattern-3/README.md @@ -240,8 +240,6 @@ If you do not have an active WSO2 subscription, **do not change** the parameters | Parameter | Description | Default Value | |---------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|-----------------------------| | `wso2.deployment.persistentRuntimeArtifacts.storageClass` | Appropriate Kubernetes Storage Class | `nfs` | -| `wso2.deployment.persistentRuntimeArtifacts.sharedArtifacts.capacity.executionPlans` | Capacity for execution plans shared between the Traffic Manager profile instances | 20M | -| `wso2.deployment.persistentRuntimeArtifacts.sharedArtifacts.capacity.synapseConfigs` | Capacity for synapse artifacts of APIs shared between the Gateway profile instances | 50M | | `wso2.deployment.persistentRuntimeArtifacts.apacheSolrIndexing.enabled` | Indicates if persistence of the runtime artifacts for Apache Solr-based indexing is enabled | false | | `wso2.deployment.persistentRuntimeArtifacts.apacheSolrIndexing.capacity.carbonDatabase` | Capacity for persisting the H2 based local Carbon database file | 50M | | `wso2.deployment.persistentRuntimeArtifacts.apacheSolrIndexing.capacity.solrIndexedData` | Capacity for persisting the Apache Solr indexed data | 50M | diff --git a/advanced/am-pattern-4/README.md b/advanced/am-pattern-4/README.md index 9a067ce4..9fdcd2ba 100644 --- a/advanced/am-pattern-4/README.md +++ b/advanced/am-pattern-4/README.md @@ -240,8 +240,6 @@ If you do not have an active WSO2 subscription, **do not change** the parameters | Parameter | Description | Default Value | |---------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|-----------------------------| | `wso2.deployment.persistentRuntimeArtifacts.storageClass` | Appropriate Kubernetes Storage Class | `nfs` | -| `wso2.deployment.persistentRuntimeArtifacts.sharedArtifacts.capacity.executionPlans` | Capacity for execution plans shared between the Traffic Manager profile instances | 20M | -| `wso2.deployment.persistentRuntimeArtifacts.sharedArtifacts.capacity.synapseConfigs` | Capacity for synapse artifacts of APIs shared between the Gateway profile instances | 50M | | `wso2.deployment.persistentRuntimeArtifacts.apacheSolrIndexing.enabled` | Indicates if persistence of the runtime artifacts for Apache Solr-based indexing is enabled | false | | `wso2.deployment.persistentRuntimeArtifacts.apacheSolrIndexing.capacity.carbonDatabase` | Capacity for persisting the H2 based local Carbon database file | 50M | | `wso2.deployment.persistentRuntimeArtifacts.apacheSolrIndexing.capacity.solrIndexedData` | Capacity for persisting the Apache Solr indexed data | 50M | diff --git a/simple/am-single/README.md b/simple/am-single/README.md index 6e1a2131..27d4d3d7 100644 --- a/simple/am-single/README.md +++ b/simple/am-single/README.md @@ -218,8 +218,6 @@ If you do not have an active WSO2 subscription, **do not change** the parameters | Parameter | Description | Default Value | |---------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|-----------------------------| | `wso2.deployment.persistentRuntimeArtifacts.storageClass` | Appropriate Kubernetes Storage Class | `nfs` | -| `wso2.deployment.persistentRuntimeArtifacts.sharedArtifacts.capacity.executionPlans` | Capacity for execution plans shared between the Traffic Manager profile instances | 20M | -| `wso2.deployment.persistentRuntimeArtifacts.sharedArtifacts.capacity.synapseConfigs` | Capacity for synapse artifacts of APIs shared between the Gateway profile instances | 50M | | `wso2.deployment.persistentRuntimeArtifacts.apacheSolrIndexing.enabled` | Indicates if persistence of the runtime artifacts for Apache Solr-based indexing is enabled | false | | `wso2.deployment.persistentRuntimeArtifacts.apacheSolrIndexing.capacity.carbonDatabase` | Capacity for persisting the H2 based local Carbon database file | 50M | | `wso2.deployment.persistentRuntimeArtifacts.apacheSolrIndexing.capacity.solrIndexedData` | Capacity for persisting the Apache Solr indexed data | 50M |